#08B64C

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

Shades of Pigment Green #08B64C

Tints of Pigment Green #08B64C

Color information

#08B64C (or 0x08B64C) is unknown color: approx Pigment Green. HEX triplet: 08, B6 and 4C. RGB value is (8,182,76). Sum of RGB (Red+Green+Blue) = 8+182+76=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 182 (71.48% from 255 or 68.42% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 182 - color contains mainly: green. Hex color #08B64C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08B64C is #F749B3. Grayscale: #767676. Windows color (decimal): -16206260 or 5027336. OLE color: 5027336.

HSL color Cylindrical-coordinate representation of color #08B64C: hue angle of 143.45º degrees, saturation: 0.92, 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 #08B64C is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB818276-
CMYK0.9600.580.29
HSL143.45º91.58%37.25%-
HSV(B)143.45º95.6%71.37%-
XYZ18.1334.0312.45-
YUV117.89104.3549.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.01%
GREEN value IS 182 (71.48% from 255) = 68.42%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=3.01%
G=68.42%
B=28.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8182760.9600.580.29143.4591.5837.25
Hex8B64C6003A1D8f5c25
Octal102661141400723521713445
Binary10001011011010011001100000011101011101100011111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,182,76); }

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

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

 a { background-color: rgb(8,182,76); }

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

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

 span { border-color: rgb(8,182,76); }

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