Html Css Color HEX #09A962 Jade

📋 copy color: '#09A962'

red 9 ◦ green 169 ◦ blue 98

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

Shades of Jade #09A962

Tints of Jade #09A962

RGB

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

 GREEN value IS 169 (66.41% from 255) = 61.23%

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 3.26%
G = 61.23%
B = 35.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#09A962 (or 0x09A962) is known color: Jade. HEX triplet: 09, A9 and 62. RGB value is (9,169,98). Sum of RGB (Red+Green+Blue) = 9+169+98=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 169 (66.41% from 255 or 61.23% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 169 - color contains mainly: green. Hex color #09A962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A962 is #F6569D. Grayscale: #717171. Windows color (decimal): -16144030 or 6465801. OLE color: 6465801.

HSL color Cylindrical-coordinate representation of color #09A962: hue angle of 153.38º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A962 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 9 169 98 -
CMYK 0.95 0 0.42 0.34
HSL 153.38º 0.9% 0.35% -
HSV(B) 153.38º 0.95% 0.66% -
XYZ 16.51 29.32 16.34 -
YUV 113.07 119.49 53.77 -
System Red Green Blue C M Y K H S L
Decimal 9 169 98 0.95 0 0.42 0.34 153.38 0.9 0.35
Hex 9 A9 62 5F 0 2A 22 99 5A 23
Octal 11 251 142 137 0 52 42 231 132 43
Binary 1001 10101001 1100010 1011111 0 101010 100010 10011001 1011010 100011

Color Harmonies of #09A962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A962

Black with #09A962

Text Example


Text Example

White with #09A962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,169,98); }

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

background-color css

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

 a { background-color: rgb(9,169,98); }

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

border-color css

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

 span { border-color: rgb(9,169,98); }

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