Html Css Color HEX #01AE46 Pigment Green

📋 copy color: '#01AE46'

red 1 ◦ green 174 ◦ blue 70

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

Shades of Pigment Green #01AE46

Tints of Pigment Green #01AE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.57%

R = 0.41%
G = 71.02%
B = 28.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#01AE46 (or 0x01AE46) is known color: Pigment Green. HEX triplet: 01, AE and 46. RGB value is (1,174,70). Sum of RGB (Red+Green+Blue) = 1+174+70=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 174 (68.36% from 255 or 71.02% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AE46 is #FE51B9. Grayscale: #6E6E6E. Windows color (decimal): -16667066 or 4632065. OLE color: 4632065.

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

Color convert

RGB 1 174 70 -
CMYK 0.99 0 0.60 0.32
HSL 143.93º 0.99% 0.34% -
HSV(B) 143.93º 0.99% 0.68% -
XYZ 16.25 30.72 10.87 -
YUV 110.42 105.19 49.96 -
System Red Green Blue C M Y K H S L
Decimal 1 174 70 0.99 0 0.60 0.32 143.93 0.99 0.34
Hex 1 AE 46 63 0 3C 20 90 63 22
Octal 1 256 106 143 0 74 40 220 143 42
Binary 1 10101110 1000110 1100011 0 111100 100000 10010000 1100011 100010

Color Harmonies of #01AE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AE46

Black with #01AE46

Text Example


Text Example

White with #01AE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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