Html Css Color HEX #01AE1D Dark Pastel Green

📋 copy color: '#01AE1D'

red 1 ◦ green 174 ◦ blue 29

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

Shades of Dark Pastel Green #01AE1D

Tints of Dark Pastel Green #01AE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.22%

R = 0.49%
G = 85.29%
B = 14.22%

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

#01AE1D (or 0x01AE1D) is known color: Dark Pastel Green. HEX triplet: 01, AE and 1D. RGB value is (1,174,29). Sum of RGB (Red+Green+Blue) = 1+174+29=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 174 (68.36% from 255 or 85.29% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AE1D is #FE51E2. Grayscale: #6A6A6A. Windows color (decimal): -16667107 or 1945089. OLE color: 1945089.

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

Color convert

RGB 1 174 29 -
CMYK 0.99 0 0.83 0.32
HSL 129.71º 0.99% 0.34% -
HSV(B) 129.71º 0.99% 0.68% -
XYZ 15.37 30.37 6.21 -
YUV 105.74 84.69 53.29 -
System Red Green Blue C M Y K H S L
Decimal 1 174 29 0.99 0 0.83 0.32 129.71 0.99 0.34
Hex 1 AE 1D 63 0 53 20 82 63 22
Octal 1 256 35 143 0 123 40 202 143 42
Binary 1 10101110 11101 1100011 0 1010011 100000 10000010 1100011 100010

Color Harmonies of #01AE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AE1D

Black with #01AE1D

Text Example


Text Example

White with #01AE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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