Html Css Color HEX #01AE4D Pigment Green

📋 copy color: '#01AE4D'

red 1 ◦ green 174 ◦ blue 77

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

Shades of Pigment Green #01AE4D

Tints of Pigment Green #01AE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.56%

R = 0.4%
G = 69.05%
B = 30.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#01AE4D (or 0x01AE4D) is known color: Pigment Green. HEX triplet: 01, AE and 4D. RGB value is (1,174,77). Sum of RGB (Red+Green+Blue) = 1+174+77=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 174 (68.36% from 255 or 69.05% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AE4D is #FE51B2. Grayscale: #6F6F6F. Windows color (decimal): -16667059 or 5090817. OLE color: 5090817.

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

Color convert

RGB 1 174 77 -
CMYK 0.99 0 0.56 0.32
HSL 146.36º 0.99% 0.34% -
HSV(B) 146.36º 0.99% 0.68% -
XYZ 16.49 30.81 12.1 -
YUV 111.22 108.69 49.39 -
System Red Green Blue C M Y K H S L
Decimal 1 174 77 0.99 0 0.56 0.32 146.36 0.99 0.34
Hex 1 AE 4D 63 0 38 20 92 63 22
Octal 1 256 115 143 0 70 40 222 143 42
Binary 1 10101110 1001101 1100011 0 111000 100000 10010010 1100011 100010

Color Harmonies of #01AE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AE4D

Black with #01AE4D

Text Example


Text Example

White with #01AE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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