Html Css Color HEX #09AB75 Jade

📋 copy color: '#09AB75'

red 9 ◦ green 171 ◦ blue 117

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

Shades of Jade #09AB75

Tints of Jade #09AB75

RGB

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

 GREEN value IS 171 (67.19% from 255) = 57.58%

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 3.03%
G = 57.58%
B = 39.39%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#09AB75 (or 0x09AB75) is known color: Jade. HEX triplet: 09, AB and 75. RGB value is (9,171,117). Sum of RGB (Red+Green+Blue) = 9+171+117=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #09AB75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AB75 is #F6548A. Grayscale: #747474. Windows color (decimal): -16143499 or 7711497. OLE color: 7711497.

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

Color convert

RGB 9 171 117 -
CMYK 0.95 0 0.32 0.33
HSL 160º 0.9% 0.35% -
HSV(B) 160º 0.95% 0.67% -
XYZ 17.89 30.47 21.77 -
YUV 116.41 128.33 51.39 -
System Red Green Blue C M Y K H S L
Decimal 9 171 117 0.95 0 0.32 0.33 160 0.9 0.35
Hex 9 AB 75 5F 0 20 21 A0 5A 23
Octal 11 253 165 137 0 40 41 240 132 43
Binary 1001 10101011 1110101 1011111 0 100000 100001 10100000 1011010 100011

Color Harmonies of #09AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AB75

Black with #09AB75

Text Example


Text Example

White with #09AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,171,117); }

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

background-color css

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

 a { background-color: rgb(9,171,117); }

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

border-color css

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

 span { border-color: rgb(9,171,117); }

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