Html Css Color HEX #08AB64 Jade

📋 copy color: '#08AB64'

red 8 ◦ green 171 ◦ blue 100

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

Shades of Jade #08AB64

Tints of Jade #08AB64

RGB

 RED value IS 8 (3.52% from 255) = 2.87%

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

 BLUE value IS 100 (39.45% from 255) = 35.84%

R = 2.87%
G = 61.29%
B = 35.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#08AB64 (or 0x08AB64) is known color: Jade. HEX triplet: 08, AB and 64. RGB value is (8,171,100). Sum of RGB (Red+Green+Blue) = 8+171+100=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #08AB64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AB64 is #F7549B. Grayscale: #727272. Windows color (decimal): -16209052 or 6597384. OLE color: 6597384.

HSL color Cylindrical-coordinate representation of color #08AB64: hue angle of 153.87º degrees, saturation: 0.91, 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 #08AB64 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 171 100 -
CMYK 0.95 0 0.42 0.33
HSL 153.87º 0.91% 0.35% -
HSV(B) 153.87º 0.95% 0.67% -
XYZ 16.96 30.1 16.97 -
YUV 114.17 120 52.27 -
System Red Green Blue C M Y K H S L
Decimal 8 171 100 0.95 0 0.42 0.33 153.87 0.91 0.35
Hex 8 AB 64 5F 0 2A 21 9A 5B 23
Octal 10 253 144 137 0 52 41 232 133 43
Binary 1000 10101011 1100100 1011111 0 101010 100001 10011010 1011011 100011

Color Harmonies of #08AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AB64

Black with #08AB64

Text Example


Text Example

White with #08AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08AB64; }

 p { color: rgb(8,171,100); }

 H1.HeaderClassName
 {
   color: #08AB64;
 }
 .AnyTagClassName
 {
   color: #08AB64;
 }
</style>

background-color css

<style>
 a { background-color: #08AB64; }

 a { background-color: rgb(8,171,100); }

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

border-color css

<style>
 span { border-color: #08AB64; }

 span { border-color: rgb(8,171,100); }

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