Html Css Color HEX #09C86F Jade

📋 copy color: '#09C86F'

red 9 ◦ green 200 ◦ blue 111

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

Shades of Jade #09C86F

Tints of Jade #09C86F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 62.5%

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 2.81%
G = 62.5%
B = 34.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#09C86F (or 0x09C86F) is known color: Jade. HEX triplet: 09, C8 and 6F. RGB value is (9,200,111). Sum of RGB (Red+Green+Blue) = 9+200+111=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 200 (78.52% from 255 or 62.5% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 200 - color contains mainly: green. Hex color #09C86F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C86F is #F63790. Grayscale: #848484. Windows color (decimal): -16136081 or 7325705. OLE color: 7325705.

HSL color Cylindrical-coordinate representation of color #09C86F: hue angle of 152.04º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C86F is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 200 111 -
CMYK 0.96 0 0.44 0.22
HSL 152.04º 0.91% 0.41% -
HSV(B) 152.04º 0.96% 0.78% -
XYZ 23.64 42.51 22 -
YUV 132.75 115.72 39.74 -
System Red Green Blue C M Y K H S L
Decimal 9 200 111 0.96 0 0.44 0.22 152.04 0.91 0.41
Hex 9 C8 6F 60 0 2C 16 98 5B 29
Octal 11 310 157 140 0 54 26 230 133 51
Binary 1001 11001000 1101111 1100000 0 101100 10110 10011000 1011011 101001

Color Harmonies of #09C86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C86F

Black with #09C86F

Text Example


Text Example

White with #09C86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,200,111); }

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

background-color css

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

 a { background-color: rgb(9,200,111); }

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

border-color css

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

 span { border-color: rgb(9,200,111); }

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