#09D9A5

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

Shades of Caribbean Green #09D9A5

Tints of Caribbean Green #09D9A5

Color information

#09D9A5 (or 0x09D9A5) is unknown color: approx Caribbean Green. HEX triplet: 09, D9 and A5. RGB value is (9,217,165). Sum of RGB (Red+Green+Blue) = 9+217+165=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #09D9A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D9A5 is #F6265A. Grayscale: #949494. Windows color (decimal): -16131675 or 10869001. OLE color: 10869001.

HSL color Cylindrical-coordinate representation of color #09D9A5: hue angle of 165º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D9A5 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB9217165-
CMYK0.9600.240.15
HSL165º92.04%44.31%-
HSV(B)165º95.85%85.1%-
XYZ31.7252.444.04-
YUV148.88137.0928.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.30%
GREEN value IS 217 (85.16% from 255) = 55.50%
BLUE value IS 165 (64.84% from 255) = 42.20%
R=2.30%
G=55.50%
B=42.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal92171650.9600.240.1516592.0444.31
Hex9D9A560018Fa55c2c
Octal113312451400301724513454
Binary1001110110011010010111000000110001111101001011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09D9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,217,165); }

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

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

 a { background-color: rgb(9,217,165); }

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

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

 span { border-color: rgb(9,217,165); }

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