Html Css Color HEX #09CF8E Caribbean Green

📋 copy color: '#09CF8E'

red 9 ◦ green 207 ◦ blue 142

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

Shades of Caribbean Green #09CF8E

Tints of Caribbean Green #09CF8E

RGB

 RED value IS 9 (3.91% from 255) = 2.51%

 GREEN value IS 207 (81.25% from 255) = 57.82%

 BLUE value IS 142 (55.86% from 255) = 39.66%

R = 2.51%
G = 57.82%
B = 39.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#09CF8E (or 0x09CF8E) is known color: Caribbean Green. HEX triplet: 09, CF and 8E. RGB value is (9,207,142). Sum of RGB (Red+Green+Blue) = 9+207+142=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #09CF8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CF8E is #F63071. Grayscale: #8C8C8C. Windows color (decimal): -16134258 or 9359113. OLE color: 9359113.

HSL color Cylindrical-coordinate representation of color #09CF8E: hue angle of 160.3º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CF8E is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 207 142 -
CMYK 0.96 0 0.31 0.19
HSL 160.3º 0.92% 0.42% -
HSV(B) 160.3º 0.96% 0.81% -
XYZ 27.31 46.64 33.15 -
YUV 140.39 128.9 34.29 -
System Red Green Blue C M Y K H S L
Decimal 9 207 142 0.96 0 0.31 0.19 160.3 0.92 0.42
Hex 9 CF 8E 60 0 1F 13 A0 5C 2A
Octal 11 317 216 140 0 37 23 240 134 52
Binary 1001 11001111 10001110 1100000 0 11111 10011 10100000 1011100 101010

Color Harmonies of #09CF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CF8E

Black with #09CF8E

Text Example


Text Example

White with #09CF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09CF8E; }

 p { color: rgb(9,207,142); }

 H1.HeaderClassName
 {
   color: #09CF8E;
 }
 .AnyTagClassName
 {
   color: #09CF8E;
 }
</style>

background-color css

<style>
 a { background-color: #09CF8E; }

 a { background-color: rgb(9,207,142); }

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

border-color css

<style>
 span { border-color: #09CF8E; }

 span { border-color: rgb(9,207,142); }

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