Html Css Color HEX #08AA70 Jade

📋 copy color: '#08AA70'

red 8 ◦ green 170 ◦ blue 112

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

Shades of Jade #08AA70

Tints of Jade #08AA70

RGB

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

 GREEN value IS 170 (66.8% from 255) = 58.62%

 BLUE value IS 112 (44.14% from 255) = 38.62%

R = 2.76%
G = 58.62%
B = 38.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#08AA70 (or 0x08AA70) is known color: Jade. HEX triplet: 08, AA and 70. RGB value is (8,170,112). Sum of RGB (Red+Green+Blue) = 8+170+112=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AA70 is #F7558F. Grayscale: #737373. Windows color (decimal): -16209296 or 7383560. OLE color: 7383560.

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

Color convert

RGB 8 170 112 -
CMYK 0.95 0 0.34 0.33
HSL 158.52º 0.91% 0.35% -
HSV(B) 158.52º 0.95% 0.67% -
XYZ 17.4 29.97 20.2 -
YUV 114.95 126.33 51.72 -
System Red Green Blue C M Y K H S L
Decimal 8 170 112 0.95 0 0.34 0.33 158.52 0.91 0.35
Hex 8 AA 70 5F 0 22 21 9F 5B 23
Octal 10 252 160 137 0 42 41 237 133 43
Binary 1000 10101010 1110000 1011111 0 100010 100001 10011111 1011011 100011

Color Harmonies of #08AA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AA70

Black with #08AA70

Text Example


Text Example

White with #08AA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,170,112); }

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

background-color css

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

 a { background-color: rgb(8,170,112); }

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

border-color css

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

 span { border-color: rgb(8,170,112); }

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