#00A252

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

Shades of Pigment Green #00A252

Tints of Pigment Green #00A252

Color information

#00A252 (or 0x00A252) is unknown color: approx Pigment Green. HEX triplet: 00, A2 and 52. RGB value is (0,162,82). Sum of RGB (Red+Green+Blue) = 0+162+82=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 162 (63.67% from 255 or 66.39% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 162 - color contains mainly: green. Hex color #00A252 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A252 is #FF5DAD. Grayscale: #686868. Windows color (decimal): -16735662 or 5415424. OLE color: 5415424.

HSL color Cylindrical-coordinate representation of color #00A252: hue angle of 150.37º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A252 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB016282-
CMYK100.490.36
HSL150.37º100%31.76%-
HSV(B)150.37º100%63.53%-
XYZ14.4426.4512.33-
YUV104.44115.3353.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 162 (63.67% from 255) = 66.39%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=0%
G=66.39%
B=33.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal016282100.490.36150.3710031.76
Hex0A2526403124966420
Octal02421221440614422614440
Binary010100010101001011001000110001100100100101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00A252; }

 p { color: rgb(0,162,82); }

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

<style>
 a { background-color: #00A252; }

 a { background-color: rgb(0,162,82); }

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

<style>
 span { border-color: #00A252; }

 span { border-color: rgb(0,162,82); }

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