Html Css Color HEX #09C364 Jade

📋 copy color: '#09C364'

red 9 ◦ green 195 ◦ blue 100

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

Shades of Jade #09C364

Tints of Jade #09C364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 64.14%

 BLUE value IS 100 (39.45% from 255) = 32.89%

R = 2.96%
G = 64.14%
B = 32.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#09C364 (or 0x09C364) is known color: Jade. HEX triplet: 09, C3 and 64. RGB value is (9,195,100). Sum of RGB (Red+Green+Blue) = 9+195+100=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #09C364 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C364 is #F63C9B. Grayscale: #808080. Windows color (decimal): -16137372 or 6603529. OLE color: 6603529.

HSL color Cylindrical-coordinate representation of color #09C364: hue angle of 149.35º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C364 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 9 195 100 -
CMYK 0.95 0 0.49 0.24
HSL 149.35º 0.91% 0.4% -
HSV(B) 149.35º 0.95% 0.76% -
XYZ 21.93 40.01 18.62 -
YUV 128.56 111.88 42.72 -
System Red Green Blue C M Y K H S L
Decimal 9 195 100 0.95 0 0.49 0.24 149.35 0.91 0.4
Hex 9 C3 64 5F 0 31 18 95 5B 28
Octal 11 303 144 137 0 61 30 225 133 50
Binary 1001 11000011 1100100 1011111 0 110001 11000 10010101 1011011 101000

Color Harmonies of #09C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C364

Black with #09C364

Text Example


Text Example

White with #09C364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,195,100); }

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

background-color css

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

 a { background-color: rgb(9,195,100); }

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

border-color css

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

 span { border-color: rgb(9,195,100); }

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