#00A254

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

Shades of Pigment Green #00A254

Tints of Pigment Green #00A254

Color information

#00A254 (or 0x00A254) is unknown color: approx Pigment Green. HEX triplet: 00, A2 and 54. RGB value is (0,162,84). Sum of RGB (Red+Green+Blue) = 0+162+84=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 162 (63.67% from 255 or 65.85% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 162 - color contains mainly: green. Hex color #00A254 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A254 is #FF5DAB. Grayscale: #686868. Windows color (decimal): -16735660 or 5546496. OLE color: 5546496.

HSL color Cylindrical-coordinate representation of color #00A254: hue angle of 151.11º 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 #00A254 is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB016284-
CMYK100.480.36
HSL151.11º100%31.76%-
HSV(B)151.11º100%63.53%-
XYZ14.5226.4812.73-
YUV104.67116.3353.34-

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) = 65.85%
BLUE value IS 84 (33.20% from 255) = 34.15%
R=0%
G=65.85%
B=34.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal016284100.480.36151.1110031.76
Hex0A2546403024976420
Octal02421241440604422714440
Binary010100010101010011001000110000100100100101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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