Html Css Color HEX #01AE4A Pigment Green

📋 copy color: '#01AE4A'

red 1 ◦ green 174 ◦ blue 74

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

Shades of Pigment Green #01AE4A

Tints of Pigment Green #01AE4A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 69.88%

 BLUE value IS 74 (29.3% from 255) = 29.72%

R = 0.4%
G = 69.88%
B = 29.72%

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

#01AE4A (or 0x01AE4A) is known color: Pigment Green. HEX triplet: 01, AE and 4A. RGB value is (1,174,74). Sum of RGB (Red+Green+Blue) = 1+174+74=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 174 (68.36% from 255 or 69.88% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AE4A is #FE51B5. Grayscale: #6F6F6F. Windows color (decimal): -16667062 or 4894209. OLE color: 4894209.

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

Color convert

RGB 1 174 74 -
CMYK 0.99 0 0.57 0.32
HSL 145.32º 0.99% 0.34% -
HSV(B) 145.32º 0.99% 0.68% -
XYZ 16.38 30.77 11.55 -
YUV 110.87 107.19 49.63 -
System Red Green Blue C M Y K H S L
Decimal 1 174 74 0.99 0 0.57 0.32 145.32 0.99 0.34
Hex 1 AE 4A 63 0 39 20 91 63 22
Octal 1 256 112 143 0 71 40 221 143 42
Binary 1 10101110 1001010 1100011 0 111001 100000 10010001 1100011 100010

Color Harmonies of #01AE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AE4A

Black with #01AE4A

Text Example


Text Example

White with #01AE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,174,74); }

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

background-color css

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

 a { background-color: rgb(1,174,74); }

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

border-color css

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

 span { border-color: rgb(1,174,74); }

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