#09DF95

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

Shades of Caribbean Green #09DF95

Tints of Caribbean Green #09DF95

Color information

#09DF95 (or 0x09DF95) is unknown color: approx Caribbean Green. HEX triplet: 09, DF and 95. RGB value is (9,223,149). Sum of RGB (Red+Green+Blue) = 9+223+149=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #09DF95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DF95 is #F6206A. Grayscale: #969696. Windows color (decimal): -16130155 or 9821961. OLE color: 9821961.

HSL color Cylindrical-coordinate representation of color #09DF95: hue angle of 159.25º 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 #09DF95 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB9223149-
CMYK0.9600.330.13
HSL159.25º92.24%45.49%-
HSV(B)159.25º95.96%87.45%-
XYZ31.935537.37-
YUV150.58127.127.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.36%
GREEN value IS 223 (87.5% from 255) = 58.53%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=2.36%
G=58.53%
B=39.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal92231490.9600.330.13159.2592.2445.49
Hex9DF9560021D9f5c2d
Octal113372251400411523713455
Binary10011101111110010101110000001000011101100111111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09DF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,223,149); }

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

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

 a { background-color: rgb(9,223,149); }

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

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

 span { border-color: rgb(9,223,149); }

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