Html Css Color HEX #09AF61 Jade

📋 copy color: '#09AF61'

red 9 ◦ green 175 ◦ blue 97

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

Shades of Jade #09AF61

Tints of Jade #09AF61

RGB

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

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

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

R = 3.2%
G = 62.28%
B = 34.52%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#09AF61 (or 0x09AF61) is known color: Jade. HEX triplet: 09, AF and 61. RGB value is (9,175,97). Sum of RGB (Red+Green+Blue) = 9+175+97=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 175 (68.75% from 255 or 62.28% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF61 is #F6509E. Grayscale: #747474. Windows color (decimal): -16142495 or 6401801. OLE color: 6401801.

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

Color convert

RGB 9 175 97 -
CMYK 0.95 0 0.45 0.31
HSL 151.81º 0.9% 0.36% -
HSV(B) 151.81º 0.95% 0.69% -
XYZ 17.6 31.58 16.48 -
YUV 116.47 117 51.34 -
System Red Green Blue C M Y K H S L
Decimal 9 175 97 0.95 0 0.45 0.31 151.81 0.9 0.36
Hex 9 AF 61 5F 0 2D 1F 98 5A 24
Octal 11 257 141 137 0 55 37 230 132 44
Binary 1001 10101111 1100001 1011111 0 101101 11111 10011000 1011010 100100

Color Harmonies of #09AF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AF61

Black with #09AF61

Text Example


Text Example

White with #09AF61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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