Html Css Color HEX #01AE1E Dark Pastel Green

📋 copy color: '#01AE1E'

red 1 ◦ green 174 ◦ blue 30

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

Shades of Dark Pastel Green #01AE1E

Tints of Dark Pastel Green #01AE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.63%

R = 0.49%
G = 84.88%
B = 14.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#01AE1E (or 0x01AE1E) is known color: Dark Pastel Green. HEX triplet: 01, AE and 1E. RGB value is (1,174,30). Sum of RGB (Red+Green+Blue) = 1+174+30=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 174 (68.36% from 255 or 84.88% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AE1E is #FE51E1. Grayscale: #6A6A6A. Windows color (decimal): -16667106 or 2010625. OLE color: 2010625.

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

Color convert

RGB 1 174 30 -
CMYK 0.99 0 0.83 0.32
HSL 130.06º 0.99% 0.34% -
HSV(B) 130.06º 0.99% 0.68% -
XYZ 15.38 30.37 6.28 -
YUV 105.86 85.19 53.21 -
System Red Green Blue C M Y K H S L
Decimal 1 174 30 0.99 0 0.83 0.32 130.06 0.99 0.34
Hex 1 AE 1E 63 0 53 20 82 63 22
Octal 1 256 36 143 0 123 40 202 143 42
Binary 1 10101110 11110 1100011 0 1010011 100000 10000010 1100011 100010

Color Harmonies of #01AE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AE1E

Black with #01AE1E

Text Example


Text Example

White with #01AE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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