Html Css Color HEX #09C065 Jade

📋 copy color: '#09C065'

red 9 ◦ green 192 ◦ blue 101

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

Shades of Jade #09C065

Tints of Jade #09C065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 2.98%
G = 63.58%
B = 33.44%

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

#09C065 (or 0x09C065) is known color: Jade. HEX triplet: 09, C0 and 65. RGB value is (9,192,101). Sum of RGB (Red+Green+Blue) = 9+192+101=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #09C065 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C065 is #F63F9A. Grayscale: #7F7F7F. Windows color (decimal): -16138139 or 6668297. OLE color: 6668297.

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

Color convert

RGB 9 192 101 -
CMYK 0.95 0 0.47 0.25
HSL 150.16º 0.91% 0.39% -
HSV(B) 150.16º 0.95% 0.75% -
XYZ 21.31 38.7 18.66 -
YUV 126.91 113.37 43.9 -
System Red Green Blue C M Y K H S L
Decimal 9 192 101 0.95 0 0.47 0.25 150.16 0.91 0.39
Hex 9 C0 65 5F 0 2F 19 96 5B 27
Octal 11 300 145 137 0 57 31 226 133 47
Binary 1001 11000000 1100101 1011111 0 101111 11001 10010110 1011011 100111

Color Harmonies of #09C065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C065

Black with #09C065

Text Example


Text Example

White with #09C065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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