Html Css Color HEX #0AC99D Caribbean Green

📋 copy color: '#0AC99D'

red 10 ◦ green 201 ◦ blue 157

#0AC99D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0AC99D

Tints of Caribbean Green #0AC99D

RGB

 RED value IS 10 (4.3% from 255) = 2.72%

 GREEN value IS 201 (78.91% from 255) = 54.62%

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 2.72%
G = 54.62%
B = 42.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0AC99D (or 0x0AC99D) is known color: Caribbean Green. HEX triplet: 0A, C9 and 9D. RGB value is (10,201,157). Sum of RGB (Red+Green+Blue) = 10+201+157=368 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 368); Green value is 201 (78.91% from 255 or 54.62% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC99D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC99D is #F53662. Grayscale: #8A8A8A. Windows color (decimal): -16070243 or 10340618. OLE color: 10340618.

HSL color Cylindrical-coordinate representation of color #0AC99D: hue angle of 166.18º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC99D is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 10 201 157 -
CMYK 0.95 0 0.22 0.21
HSL 166.18º 0.91% 0.41% -
HSV(B) 166.18º 0.95% 0.79% -
XYZ 27.1 44.27 39.02 -
YUV 138.88 138.22 36.08 -
System Red Green Blue C M Y K H S L
Decimal 10 201 157 0.95 0 0.22 0.21 166.18 0.91 0.41
Hex A C9 9D 5F 0 16 15 A6 5B 29
Octal 12 311 235 137 0 26 25 246 133 51
Binary 1010 11001001 10011101 1011111 0 10110 10101 10100110 1011011 101001

Color Harmonies of #0AC99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC99D

Black with #0AC99D

Text Example


Text Example

White with #0AC99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AC99D; }

 p { color: rgb(10,201,157); }

 H1.HeaderClassName
 {
   color: #0AC99D;
 }
 .AnyTagClassName
 {
   color: #0AC99D;
 }
</style>

background-color css

<style>
 a { background-color: #0AC99D; }

 a { background-color: rgb(10,201,157); }

 div.DivClassName
 {
   background-color: #0AC99D;
 }
 .BgClassName
 {
   background-color: #0AC99D;
 }
</style>

border-color css

<style>
 span { border-color: #0AC99D; }

 span { border-color: rgb(10,201,157); }

 td.TdClassName
 {
   border-color: #0AC99D;
 }
 .TagClassName
 {
   border-color: #0AC99D;
 }
</style>