Html Css Color HEX #09C96D Jade

📋 copy color: '#09C96D'

red 9 ◦ green 201 ◦ blue 109

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

Shades of Jade #09C96D

Tints of Jade #09C96D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 63.01%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 2.82%
G = 63.01%
B = 34.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#09C96D (or 0x09C96D) is known color: Jade. HEX triplet: 09, C9 and 6D. RGB value is (9,201,109). Sum of RGB (Red+Green+Blue) = 9+201+109=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 201 (78.91% from 255 or 63.01% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 201 - color contains mainly: green. Hex color #09C96D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C96D is #F63692. Grayscale: #858585. Windows color (decimal): -16135827 or 7194889. OLE color: 7194889.

HSL color Cylindrical-coordinate representation of color #09C96D: hue angle of 151.25º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C96D is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 201 109 -
CMYK 0.96 0 0.46 0.21
HSL 151.25º 0.91% 0.41% -
HSV(B) 151.25º 0.96% 0.79% -
XYZ 23.76 42.94 21.5 -
YUV 133.1 114.39 39.48 -
System Red Green Blue C M Y K H S L
Decimal 9 201 109 0.96 0 0.46 0.21 151.25 0.91 0.41
Hex 9 C9 6D 60 0 2E 15 97 5B 29
Octal 11 311 155 140 0 56 25 227 133 51
Binary 1001 11001001 1101101 1100000 0 101110 10101 10010111 1011011 101001

Color Harmonies of #09C96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C96D

Black with #09C96D

Text Example


Text Example

White with #09C96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,201,109); }

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

background-color css

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

 a { background-color: rgb(9,201,109); }

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

border-color css

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

 span { border-color: rgb(9,201,109); }

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