Html Css Color HEX #09C066 Jade

📋 copy color: '#09C066'

red 9 ◦ green 192 ◦ blue 102

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

Shades of Jade #09C066

Tints of Jade #09C066

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.37%

 BLUE value IS 102 (40.23% from 255) = 33.66%

R = 2.97%
G = 63.37%
B = 33.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#09C066 (or 0x09C066) is known color: Jade. HEX triplet: 09, C0 and 66. RGB value is (9,192,102). Sum of RGB (Red+Green+Blue) = 9+192+102=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #09C066 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C066 is #F63F99. Grayscale: #7F7F7F. Windows color (decimal): -16138138 or 6733833. OLE color: 6733833.

HSL color Cylindrical-coordinate representation of color #09C066: hue angle of 150.49º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C066 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 192 102 -
CMYK 0.95 0 0.47 0.25
HSL 150.49º 0.91% 0.39% -
HSV(B) 150.49º 0.95% 0.75% -
XYZ 21.36 38.72 18.92 -
YUV 127.02 113.87 43.82 -
System Red Green Blue C M Y K H S L
Decimal 9 192 102 0.95 0 0.47 0.25 150.49 0.91 0.39
Hex 9 C0 66 5F 0 2F 19 96 5B 27
Octal 11 300 146 137 0 57 31 226 133 47
Binary 1001 11000000 1100110 1011111 0 101111 11001 10010110 1011011 100111

Color Harmonies of #09C066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C066

Black with #09C066

Text Example


Text Example

White with #09C066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,192,102); }

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

background-color css

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

 a { background-color: rgb(9,192,102); }

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

border-color css

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

 span { border-color: rgb(9,192,102); }

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