Html Css Color HEX #09DC94 Caribbean Green

📋 copy color: '#09DC94'

red 9 ◦ green 220 ◦ blue 148

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

Shades of Caribbean Green #09DC94

Tints of Caribbean Green #09DC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.26%

R = 2.39%
G = 58.36%
B = 39.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#09DC94 (or 0x09DC94) is known color: Caribbean Green. HEX triplet: 09, DC and 94. RGB value is (9,220,148). Sum of RGB (Red+Green+Blue) = 9+220+148=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #09DC94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09DC94 is #F6236B. Grayscale: #949494. Windows color (decimal): -16130924 or 9755657. OLE color: 9755657.

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

Color convert

RGB 9 220 148 -
CMYK 0.96 0 0.33 0.14
HSL 159.53º 0.92% 0.45% -
HSV(B) 159.53º 0.96% 0.86% -
XYZ 31.05 53.38 36.68 -
YUV 148.7 127.6 28.35 -
System Red Green Blue C M Y K H S L
Decimal 9 220 148 0.96 0 0.33 0.14 159.53 0.92 0.45
Hex 9 DC 94 60 0 21 E A0 5C 2D
Octal 11 334 224 140 0 41 16 240 134 55
Binary 1001 11011100 10010100 1100000 0 100001 1110 10100000 1011100 101101

Color Harmonies of #09DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DC94

Black with #09DC94

Text Example


Text Example

White with #09DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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