Html Css Color HEX #08A871 Jade

📋 copy color: '#08A871'

red 8 ◦ green 168 ◦ blue 113

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

Shades of Jade #08A871

Tints of Jade #08A871

RGB

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

 GREEN value IS 168 (66.02% from 255) = 58.13%

 BLUE value IS 113 (44.53% from 255) = 39.1%

R = 2.77%
G = 58.13%
B = 39.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#08A871 (or 0x08A871) is known color: Jade. HEX triplet: 08, A8 and 71. RGB value is (8,168,113). Sum of RGB (Red+Green+Blue) = 8+168+113=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 168 (66.02% from 255 or 58.13% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 168 - color contains mainly: green. Hex color #08A871 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A871 is #F7578E. Grayscale: #717171. Windows color (decimal): -16209807 or 7448584. OLE color: 7448584.

HSL color Cylindrical-coordinate representation of color #08A871: hue angle of 159.38º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A871 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 8 168 113 -
CMYK 0.95 0 0.33 0.34
HSL 159.38º 0.91% 0.35% -
HSV(B) 159.38º 0.95% 0.66% -
XYZ 17.08 29.25 20.37 -
YUV 113.89 127.49 52.47 -
System Red Green Blue C M Y K H S L
Decimal 8 168 113 0.95 0 0.33 0.34 159.38 0.91 0.35
Hex 8 A8 71 5F 0 21 22 9F 5B 23
Octal 10 250 161 137 0 41 42 237 133 43
Binary 1000 10101000 1110001 1011111 0 100001 100010 10011111 1011011 100011

Color Harmonies of #08A871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A871

Black with #08A871

Text Example


Text Example

White with #08A871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,168,113); }

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

background-color css

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

 a { background-color: rgb(8,168,113); }

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

border-color css

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

 span { border-color: rgb(8,168,113); }

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