#01AD52

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

Shades of Pigment Green #01AD52

Tints of Pigment Green #01AD52

Color information

#01AD52 (or 0x01AD52) is unknown color: approx Pigment Green. HEX triplet: 01, AD and 52. RGB value is (1,173,82). Sum of RGB (Red+Green+Blue) = 1+173+82=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 173 (67.97% from 255 or 67.58% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AD52 is #FE52AD. Grayscale: #6F6F6F. Windows color (decimal): -16667310 or 5418241. OLE color: 5418241.

HSL color Cylindrical-coordinate representation of color #01AD52: hue angle of 148.26º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AD52 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB117382-
CMYK0.9900.530.32
HSL148.26º98.85%34.12%-
HSV(B)148.26º99.42%67.84%-
XYZ16.4830.513-
YUV111.2111.5249.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 173 (67.97% from 255) = 67.58%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=0.39%
G=67.58%
B=32.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1173820.9900.530.32148.2698.8534.12
Hex1AD526303520946322
Octal12551221430654022414342
Binary110101101101001011000110110101100000100101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AD52; }

 p { color: rgb(1,173,82); }

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

<style>
 a { background-color: #01AD52; }

 a { background-color: rgb(1,173,82); }

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

<style>
 span { border-color: #01AD52; }

 span { border-color: rgb(1,173,82); }

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