#08B470

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

Shades of Jade #08B470

Tints of Jade #08B470

Color information

#08B470 (or 0x08B470) is unknown color: approx Jade. HEX triplet: 08, B4 and 70. RGB value is (8,180,112). Sum of RGB (Red+Green+Blue) = 8+180+112=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #08B470 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B470 is #F74B8F. Grayscale: #787878. Windows color (decimal): -16206736 or 7386120. OLE color: 7386120.

HSL color Cylindrical-coordinate representation of color #08B470: hue angle of 156.28º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B470 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB8180112-
CMYK0.9600.380.29
HSL156.28º91.49%36.86%-
HSV(B)156.28º95.56%70.59%-
XYZ19.3533.8620.85-
YUV120.82123.0247.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.67%
GREEN value IS 180 (70.70% from 255) = 60%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=2.67%
G=60%
B=37.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81801120.9600.380.29156.2891.4936.86
Hex8B470600261D9c5b25
Octal102641601400463523413345
Binary10001011010011100001100000010011011101100111001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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