Html Css Color HEX #09AF62 Jade

📋 copy color: '#09AF62'

red 9 ◦ green 175 ◦ blue 98

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

Shades of Jade #09AF62

Tints of Jade #09AF62

RGB

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

 GREEN value IS 175 (68.75% from 255) = 62.06%

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

R = 3.19%
G = 62.06%
B = 34.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#09AF62 (or 0x09AF62) is known color: Jade. HEX triplet: 09, AF and 62. RGB value is (9,175,98). Sum of RGB (Red+Green+Blue) = 9+175+98=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 175 (68.75% from 255 or 62.06% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF62 is #F6509D. Grayscale: #747474. Windows color (decimal): -16142494 or 6467337. OLE color: 6467337.

HSL color Cylindrical-coordinate representation of color #09AF62: hue angle of 152.17º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AF62 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 175 98 -
CMYK 0.95 0 0.44 0.31
HSL 152.17º 0.9% 0.36% -
HSV(B) 152.17º 0.95% 0.69% -
XYZ 17.65 31.6 16.72 -
YUV 116.59 117.5 51.26 -
System Red Green Blue C M Y K H S L
Decimal 9 175 98 0.95 0 0.44 0.31 152.17 0.9 0.36
Hex 9 AF 62 5F 0 2C 1F 98 5A 24
Octal 11 257 142 137 0 54 37 230 132 44
Binary 1001 10101111 1100010 1011111 0 101100 11111 10011000 1011010 100100

Color Harmonies of #09AF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AF62

Black with #09AF62

Text Example


Text Example

White with #09AF62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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