#08A53C

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

Shades of Pigment Green #08A53C

Tints of Pigment Green #08A53C

Color information

#08A53C (or 0x08A53C) is unknown color: approx Pigment Green. HEX triplet: 08, A5 and 3C. RGB value is (8,165,60). Sum of RGB (Red+Green+Blue) = 8+165+60=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 165 (64.84% from 255 or 70.82% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 165 - color contains mainly: green. Hex color #08A53C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A53C is #F75AC3. Grayscale: #6A6A6A. Windows color (decimal): -16210628 or 3974408. OLE color: 3974408.

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

Color convert

RGB816560-
CMYK0.9500.640.35
HSL139.87º90.75%33.92%-
HSV(B)139.87º95.15%64.71%-
XYZ14.3727.298.78-
YUV106.09101.9958.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.43%
GREEN value IS 165 (64.84% from 255) = 70.82%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=3.43%
G=70.82%
B=25.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8165600.9500.640.35139.8790.7533.92
Hex8A53C5F040238c5b22
Octal102457413701004321413342
Binary100010100101111100101111101000000100011100011001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,165,60); }

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

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

 a { background-color: rgb(8,165,60); }

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

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

 span { border-color: rgb(8,165,60); }

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