Html Css Color HEX #09DC92 Caribbean Green

📋 copy color: '#09DC92'

red 9 ◦ green 220 ◦ blue 146

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

Shades of Caribbean Green #09DC92

Tints of Caribbean Green #09DC92

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.67%

 BLUE value IS 146 (57.42% from 255) = 38.93%

R = 2.4%
G = 58.67%
B = 38.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#09DC92 (or 0x09DC92) is known color: Caribbean Green. HEX triplet: 09, DC and 92. RGB value is (9,220,146). Sum of RGB (Red+Green+Blue) = 9+220+146=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #09DC92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DC92 is #F6236D. Grayscale: #949494. Windows color (decimal): -16130926 or 9624585. OLE color: 9624585.

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

Color convert

RGB 9 220 146 -
CMYK 0.96 0 0.34 0.14
HSL 158.96º 0.92% 0.45% -
HSV(B) 158.96º 0.96% 0.86% -
XYZ 30.89 53.32 35.86 -
YUV 148.48 126.6 28.52 -
System Red Green Blue C M Y K H S L
Decimal 9 220 146 0.96 0 0.34 0.14 158.96 0.92 0.45
Hex 9 DC 92 60 0 22 E 9F 5C 2D
Octal 11 334 222 140 0 42 16 237 134 55
Binary 1001 11011100 10010010 1100000 0 100010 1110 10011111 1011100 101101

Color Harmonies of #09DC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DC92

Black with #09DC92

Text Example


Text Example

White with #09DC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,220,146); }

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

background-color css

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

 a { background-color: rgb(9,220,146); }

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

border-color css

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

 span { border-color: rgb(9,220,146); }

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