Html Css Color HEX #09C16A Jade

📋 copy color: '#09C16A'

red 9 ◦ green 193 ◦ blue 106

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

Shades of Jade #09C16A

Tints of Jade #09C16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.42%

R = 2.92%
G = 62.66%
B = 34.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#09C16A (or 0x09C16A) is known color: Jade. HEX triplet: 09, C1 and 6A. RGB value is (9,193,106). Sum of RGB (Red+Green+Blue) = 9+193+106=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 193 (75.78% from 255 or 62.66% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 193 - color contains mainly: green. Hex color #09C16A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09C16A is #F63E95. Grayscale: #808080. Windows color (decimal): -16137878 or 6996233. OLE color: 6996233.

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

Color convert

RGB 9 193 106 -
CMYK 0.95 0 0.45 0.24
HSL 151.63º 0.91% 0.4% -
HSV(B) 151.63º 0.95% 0.76% -
XYZ 21.78 39.24 20.06 -
YUV 128.07 115.54 43.07 -
System Red Green Blue C M Y K H S L
Decimal 9 193 106 0.95 0 0.45 0.24 151.63 0.91 0.4
Hex 9 C1 6A 5F 0 2D 18 98 5B 28
Octal 11 301 152 137 0 55 30 230 133 50
Binary 1001 11000001 1101010 1011111 0 101101 11000 10011000 1011011 101000

Color Harmonies of #09C16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C16A

Black with #09C16A

Text Example


Text Example

White with #09C16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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