Html Css Color HEX #09C164 Jade

📋 copy color: '#09C164'

red 9 ◦ green 193 ◦ blue 100

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

Shades of Jade #09C164

Tints of Jade #09C164

RGB

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

 GREEN value IS 193 (75.78% from 255) = 63.91%

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

R = 2.98%
G = 63.91%
B = 33.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#09C164 (or 0x09C164) is known color: Jade. HEX triplet: 09, C1 and 64. RGB value is (9,193,100). Sum of RGB (Red+Green+Blue) = 9+193+100=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 193 (75.78% from 255 or 63.91% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 193 - color contains mainly: green. Hex color #09C164 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C164 is #F63E9B. Grayscale: #7F7F7F. Windows color (decimal): -16137884 or 6603017. OLE color: 6603017.

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

Color convert

RGB 9 193 100 -
CMYK 0.95 0 0.48 0.24
HSL 149.67º 0.91% 0.4% -
HSV(B) 149.67º 0.95% 0.76% -
XYZ 21.48 39.12 18.47 -
YUV 127.38 112.54 43.56 -
System Red Green Blue C M Y K H S L
Decimal 9 193 100 0.95 0 0.48 0.24 149.67 0.91 0.4
Hex 9 C1 64 5F 0 30 18 96 5B 28
Octal 11 301 144 137 0 60 30 226 133 50
Binary 1001 11000001 1100100 1011111 0 110000 11000 10010110 1011011 101000

Color Harmonies of #09C164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C164

Black with #09C164

Text Example


Text Example

White with #09C164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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