#08A33D

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

Shades of Pigment Green #08A33D

Tints of Pigment Green #08A33D

Color information

#08A33D (or 0x08A33D) is unknown color: approx Pigment Green. HEX triplet: 08, A3 and 3D. RGB value is (8,163,61). Sum of RGB (Red+Green+Blue) = 8+163+61=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 163 (64.06% from 255 or 70.26% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 163 - color contains mainly: green. Hex color #08A33D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A33D is #F75CC2. Grayscale: #696969. Windows color (decimal): -16211139 or 4039432. OLE color: 4039432.

HSL color Cylindrical-coordinate representation of color #08A33D: hue angle of 140.52º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A33D is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB816361-
CMYK0.9500.630.36
HSL140.52º90.64%33.53%-
HSV(B)140.52º95.09%63.92%-
XYZ14.0426.588.81-
YUV105.03103.1558.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.45%
GREEN value IS 163 (64.06% from 255) = 70.26%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=3.45%
G=70.26%
B=26.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8163610.9500.630.36140.5290.6433.53
Hex8A33D5F03F248d5b22
Octal10243751370774421513342
Binary10001010001111110110111110111111100100100011011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,163,61); }

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

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

 a { background-color: rgb(8,163,61); }

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

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

 span { border-color: rgb(8,163,61); }

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