#08AD7A

Color #08AD7A Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #08AD7A

Tints of Jade #08AD7A

Color information

#08AD7A (or 0x08AD7A) is unknown color: approx Jade. HEX triplet: 08, AD and 7A. RGB value is (8,173,122). Sum of RGB (Red+Green+Blue) = 8+173+122=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #08AD7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AD7A is #F75285. Grayscale: #757575. Windows color (decimal): -16208518 or 8039688. OLE color: 8039688.

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

Color convert

RGB8173122-
CMYK0.9500.290.32
HSL161.45º91.16%35.49%-
HSV(B)161.45º95.38%67.84%-
XYZ18.5631.3423.48-
YUV117.85130.3449.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.64%
GREEN value IS 173 (67.97% from 255) = 57.10%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=2.64%
G=57.10%
B=40.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81731220.9500.290.32161.4591.1635.49
Hex8AD7A5F01D20a15b23
Octal102551721370354024113343
Binary10001010110111110101011111011101100000101000011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,173,122); }

 H1.HeaderClassName
 {
   color: #08AD7A;
 }
 .AnyTagClassName
 {
   color: #08AD7A;
 }
</style>
background-color css

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

 a { background-color: rgb(8,173,122); }

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

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

 span { border-color: rgb(8,173,122); }

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