Html Css Color HEX #09C161 Jade

📋 copy color: '#09C161'

red 9 ◦ green 193 ◦ blue 97

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

Shades of Jade #09C161

Tints of Jade #09C161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.44%

R = 3.01%
G = 64.55%
B = 32.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#09C161 (or 0x09C161) is known color: Jade. HEX triplet: 09, C1 and 61. RGB value is (9,193,97). Sum of RGB (Red+Green+Blue) = 9+193+97=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 193 (75.78% from 255 or 64.55% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 193 - color contains mainly: green. Hex color #09C161 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C161 is #F63E9E. Grayscale: #7F7F7F. Windows color (decimal): -16137887 or 6406409. OLE color: 6406409.

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

Color convert

RGB 9 193 97 -
CMYK 0.95 0 0.50 0.24
HSL 148.7º 0.91% 0.4% -
HSV(B) 148.7º 0.95% 0.76% -
XYZ 21.34 39.06 17.72 -
YUV 127.04 111.04 43.81 -
System Red Green Blue C M Y K H S L
Decimal 9 193 97 0.95 0 0.50 0.24 148.7 0.91 0.4
Hex 9 C1 61 5F 0 32 18 95 5B 28
Octal 11 301 141 137 0 62 30 225 133 50
Binary 1001 11000001 1100001 1011111 0 110010 11000 10010101 1011011 101000

Color Harmonies of #09C161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C161

Black with #09C161

Text Example


Text Example

White with #09C161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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