Html Css Color HEX #0CC99A Caribbean Green

📋 copy color: '#0CC99A'

red 12 ◦ green 201 ◦ blue 154

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

Shades of Caribbean Green #0CC99A

Tints of Caribbean Green #0CC99A

RGB

 RED value IS 12 (5.08% from 255) = 3.27%

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

 BLUE value IS 154 (60.55% from 255) = 41.96%

R = 3.27%
G = 54.77%
B = 41.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#0CC99A (or 0x0CC99A) is known color: Caribbean Green. HEX triplet: 0C, C9 and 9A. RGB value is (12,201,154). Sum of RGB (Red+Green+Blue) = 12+201+154=367 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.27% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC99A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC99A is #F33665. Grayscale: #8B8B8B. Windows color (decimal): -15939174 or 10144012. OLE color: 10144012.

HSL color Cylindrical-coordinate representation of color #0CC99A: hue angle of 165.08º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC99A is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 201 154 -
CMYK 0.94 0 0.23 0.21
HSL 165.08º 0.89% 0.42% -
HSV(B) 165.08º 0.94% 0.79% -
XYZ 26.87 44.18 37.68 -
YUV 139.13 136.38 37.32 -
System Red Green Blue C M Y K H S L
Decimal 12 201 154 0.94 0 0.23 0.21 165.08 0.89 0.42
Hex C C9 9A 5E 0 17 15 A5 59 2A
Octal 14 311 232 136 0 27 25 245 131 52
Binary 1100 11001001 10011010 1011110 0 10111 10101 10100101 1011001 101010

Color Harmonies of #0CC99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC99A

Black with #0CC99A

Text Example


Text Example

White with #0CC99A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,201,154); }

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

background-color css

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

 a { background-color: rgb(12,201,154); }

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

border-color css

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

 span { border-color: rgb(12,201,154); }

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