Html Css Color HEX #09C06C Jade

📋 copy color: '#09C06C'

red 9 ◦ green 192 ◦ blue 108

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

Shades of Jade #09C06C

Tints of Jade #09C06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 2.91%
G = 62.14%
B = 34.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#09C06C (or 0x09C06C) is known color: Jade. HEX triplet: 09, C0 and 6C. RGB value is (9,192,108). Sum of RGB (Red+Green+Blue) = 9+192+108=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #09C06C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C06C is #F63F93. Grayscale: #7F7F7F. Windows color (decimal): -16138132 or 7127049. OLE color: 7127049.

HSL color Cylindrical-coordinate representation of color #09C06C: hue angle of 152.46º 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 #09C06C is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 192 108 -
CMYK 0.95 0 0.44 0.25
HSL 152.46º 0.91% 0.39% -
HSV(B) 152.46º 0.95% 0.75% -
XYZ 21.67 38.84 20.54 -
YUV 127.71 116.87 43.33 -
System Red Green Blue C M Y K H S L
Decimal 9 192 108 0.95 0 0.44 0.25 152.46 0.91 0.39
Hex 9 C0 6C 5F 0 2C 19 98 5B 27
Octal 11 300 154 137 0 54 31 230 133 47
Binary 1001 11000000 1101100 1011111 0 101100 11001 10011000 1011011 100111

Color Harmonies of #09C06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C06C

Black with #09C06C

Text Example


Text Example

White with #09C06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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