Html Css Color HEX #09C06B Jade

📋 copy color: '#09C06B'

red 9 ◦ green 192 ◦ blue 107

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

Shades of Jade #09C06B

Tints of Jade #09C06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.74%

R = 2.92%
G = 62.34%
B = 34.74%

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

#09C06B (or 0x09C06B) is known color: Jade. HEX triplet: 09, C0 and 6B. RGB value is (9,192,107). Sum of RGB (Red+Green+Blue) = 9+192+107=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #09C06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C06B is #F63F94. Grayscale: #7F7F7F. Windows color (decimal): -16138133 or 7061513. OLE color: 7061513.

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

Color convert

RGB 9 192 107 -
CMYK 0.95 0 0.44 0.25
HSL 152.13º 0.91% 0.39% -
HSV(B) 152.13º 0.95% 0.75% -
XYZ 21.62 38.82 20.26 -
YUV 127.59 116.37 43.41 -
System Red Green Blue C M Y K H S L
Decimal 9 192 107 0.95 0 0.44 0.25 152.13 0.91 0.39
Hex 9 C0 6B 5F 0 2C 19 98 5B 27
Octal 11 300 153 137 0 54 31 230 133 47
Binary 1001 11000000 1101011 1011111 0 101100 11001 10011000 1011011 100111

Color Harmonies of #09C06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C06B

Black with #09C06B

Text Example


Text Example

White with #09C06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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