#08C171

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

Shades of Jade #08C171

Tints of Jade #08C171

Color information

#08C171 (or 0x08C171) is unknown color: approx Jade. HEX triplet: 08, C1 and 71. RGB value is (8,193,113). Sum of RGB (Red+Green+Blue) = 8+193+113=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #08C171 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C171 is #F73E8E. Grayscale: #808080. Windows color (decimal): -16203407 or 7454984. OLE color: 7454984.

HSL color Cylindrical-coordinate representation of color #08C171: hue angle of 154.05º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C171 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB8193113-
CMYK0.9600.410.24
HSL154.05º92.04%39.41%-
HSV(B)154.05º95.85%75.69%-
XYZ22.1539.3822.06-
YUV128.56119.2142-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.55%
GREEN value IS 193 (75.78% from 255) = 61.46%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=2.55%
G=61.46%
B=35.99%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81931130.9600.410.24154.0592.0439.41
Hex8C17160029189a5c27
Octal103011611400513023213447
Binary10001100000111100011100000010100111000100110101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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