Html Css Color HEX #01AD4B Pigment Green

📋 copy color: '#01AD4B'

red 1 ◦ green 173 ◦ blue 75

#01AD4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #01AD4B

Tints of Pigment Green #01AD4B

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

 GREEN value IS 173 (67.97% from 255) = 69.48%

 BLUE value IS 75 (29.69% from 255) = 30.12%

R = 0.4%
G = 69.48%
B = 30.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#01AD4B (or 0x01AD4B) is known color: Pigment Green. HEX triplet: 01, AD and 4B. RGB value is (1,173,75). Sum of RGB (Red+Green+Blue) = 1+173+75=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 173 (67.97% from 255 or 69.48% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AD4B is #FE52B4. Grayscale: #6E6E6E. Windows color (decimal): -16667317 or 4959489. OLE color: 4959489.

HSL color Cylindrical-coordinate representation of color #01AD4B: hue angle of 145.81º 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 #01AD4B is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 173 75 -
CMYK 0.99 0 0.57 0.32
HSL 145.81º 0.99% 0.34% -
HSV(B) 145.81º 0.99% 0.68% -
XYZ 16.23 30.4 11.67 -
YUV 110.4 108.02 49.97 -
System Red Green Blue C M Y K H S L
Decimal 1 173 75 0.99 0 0.57 0.32 145.81 0.99 0.34
Hex 1 AD 4B 63 0 39 20 92 63 22
Octal 1 255 113 143 0 71 40 222 143 42
Binary 1 10101101 1001011 1100011 0 111001 100000 10010010 1100011 100010

Color Harmonies of #01AD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AD4B

Black with #01AD4B

Text Example


Text Example

White with #01AD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01AD4B;
 }
 .AnyTagClassName
 {
   color: #01AD4B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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