#05A451

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

Shades of Pigment Green #05A451

Tints of Pigment Green #05A451

Color information

#05A451 (or 0x05A451) is unknown color: approx Pigment Green. HEX triplet: 05, A4 and 51. RGB value is (5,164,81). Sum of RGB (Red+Green+Blue) = 5+164+81=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 164 (64.45% from 255 or 65.6% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 164 - color contains mainly: green. Hex color #05A451 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A451 is #FA5BAE. Grayscale: #6B6B6B. Windows color (decimal): -16407471 or 5350405. OLE color: 5350405.

HSL color Cylindrical-coordinate representation of color #05A451: hue angle of 148.68º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A451 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB516481-
CMYK0.9700.510.36
HSL148.68º94.08%33.14%-
HSV(B)148.68º96.95%64.31%-
XYZ14.8227.1812.25-
YUV107113.3255.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2%
GREEN value IS 164 (64.45% from 255) = 65.6%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=2%
G=65.6%
B=32.4%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5164810.9700.510.36148.6894.0833.14
Hex5A4516103324955e21
Octal52441211410634422513641
Binary10110100100101000111000010110011100100100101011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A451; }

 p { color: rgb(5,164,81); }

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

<style>
 a { background-color: #05A451; }

 a { background-color: rgb(5,164,81); }

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

<style>
 span { border-color: #05A451; }

 span { border-color: rgb(5,164,81); }

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