Html Css Color HEX #09D8A0 Caribbean Green

📋 copy color: '#09D8A0'

red 9 ◦ green 216 ◦ blue 160

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

Shades of Caribbean Green #09D8A0

Tints of Caribbean Green #09D8A0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.1%

 BLUE value IS 160 (62.89% from 255) = 41.56%

R = 2.34%
G = 56.1%
B = 41.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#09D8A0 (or 0x09D8A0) is known color: Caribbean Green. HEX triplet: 09, D8 and A0. RGB value is (9,216,160). Sum of RGB (Red+Green+Blue) = 9+216+160=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 216 (84.77% from 255 or 56.10% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 216 - color contains mainly: green. Hex color #09D8A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D8A0 is #F6275F. Grayscale: #939393. Windows color (decimal): -16131936 or 10541065. OLE color: 10541065.

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

Color convert

RGB 9 216 160 -
CMYK 0.96 0 0.26 0.15
HSL 163.77º 0.92% 0.44% -
HSV(B) 163.77º 0.96% 0.85% -
XYZ 31.01 51.71 41.6 -
YUV 147.72 134.92 29.05 -
System Red Green Blue C M Y K H S L
Decimal 9 216 160 0.96 0 0.26 0.15 163.77 0.92 0.44
Hex 9 D8 A0 60 0 1A F A4 5C 2C
Octal 11 330 240 140 0 32 17 244 134 54
Binary 1001 11011000 10100000 1100000 0 11010 1111 10100100 1011100 101100

Color Harmonies of #09D8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D8A0

Black with #09D8A0

Text Example


Text Example

White with #09D8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,216,160); }

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

background-color css

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

 a { background-color: rgb(9,216,160); }

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

border-color css

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

 span { border-color: rgb(9,216,160); }

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