#08B274

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

Shades of Jade #08B274

Tints of Jade #08B274

Color information

#08B274 (or 0x08B274) is unknown color: approx Jade. HEX triplet: 08, B2 and 74. RGB value is (8,178,116). Sum of RGB (Red+Green+Blue) = 8+178+116=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 178 (69.92% from 255 or 58.94% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 178 - color contains mainly: green. Hex color #08B274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08B274 is #F74D8B. Grayscale: #787878. Windows color (decimal): -16207244 or 7647752. OLE color: 7647752.

HSL color Cylindrical-coordinate representation of color #08B274: hue angle of 158.12º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B274 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB8178116-
CMYK0.9600.350.30
HSL158.12º91.4%36.47%-
HSV(B)158.12º95.51%69.8%-
XYZ19.1733.1521.91-
YUV120.1125.6848.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.65%
GREEN value IS 178 (69.92% from 255) = 58.94%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=2.65%
G=58.94%
B=38.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal81781160.9600.350.30158.1291.436.47
Hex8B274600231E9e5b24
Octal102621641400433623613344
Binary10001011001011101001100000010001111110100111101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,178,116); }

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

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

 a { background-color: rgb(8,178,116); }

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

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

 span { border-color: rgb(8,178,116); }

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