#09de9e

Color #09DE9E Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #09DE9E

Tints of Caribbean Green #09DE9E

Color information

#09DE9E (or 0x09DE9E) is unknown color: approx Caribbean Green. HEX triplet: 09, DE and 9E. RGB value is (9,222,158). Sum of RGB (Red+Green+Blue) = 9+222+158=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 222 (87.11% from 255 or 57.07% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 222 - color contains mainly: green. Hex color #09DE9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DE9E is #F62161. Grayscale: #979797. Windows color (decimal): -16130402 or 10411529. OLE color: 10411529.

HSL color Cylindrical-coordinate representation of color #09DE9E: hue angle of 161.97º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DE9E is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB9222158-
CMYK0.9600.290.13
HSL161.97º92.21%45.29%-
HSV(B)161.97º95.95%87.06%-
XYZ32.4154.7741.21-
YUV151.02131.9326.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.31%
GREEN value IS 222 (87.11% from 255) = 57.07%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=2.31%
G=57.07%
B=40.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal92221580.9600.290.13161.9792.2145.29
Hex9DE9E6001DDa25c2d
Octal113362361400351524213455
Binary1001110111101001111011000000111011101101000101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09de9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,222,158); }

 H1.HeaderClassName
 {
   color: #09de9e;
 }
 .AnyTagClassName
 {
   color: #09de9e;
 }
</style>
background-color css

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

 a { background-color: rgb(9,222,158); }

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

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

 span { border-color: rgb(9,222,158); }

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