Html Css Color HEX #01AE38 Dark Pastel Green

📋 copy color: '#01AE38'

red 1 ◦ green 174 ◦ blue 56

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

Shades of Dark Pastel Green #01AE38

Tints of Dark Pastel Green #01AE38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.24%

R = 0.43%
G = 75.32%
B = 24.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#01AE38 (or 0x01AE38) is known color: Dark Pastel Green. HEX triplet: 01, AE and 38. RGB value is (1,174,56). Sum of RGB (Red+Green+Blue) = 1+174+56=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 174 (68.36% from 255 or 75.32% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AE38 is #FE51C7. Grayscale: #6D6D6D. Windows color (decimal): -16667080 or 3714561. OLE color: 3714561.

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

Color convert

RGB 1 174 56 -
CMYK 0.99 0 0.68 0.32
HSL 139.08º 0.99% 0.34% -
HSV(B) 139.08º 0.99% 0.68% -
XYZ 15.86 30.56 8.8 -
YUV 108.82 98.19 51.09 -
System Red Green Blue C M Y K H S L
Decimal 1 174 56 0.99 0 0.68 0.32 139.08 0.99 0.34
Hex 1 AE 38 63 0 44 20 8B 63 22
Octal 1 256 70 143 0 104 40 213 143 42
Binary 1 10101110 111000 1100011 0 1000100 100000 10001011 1100011 100010

Color Harmonies of #01AE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AE38

Black with #01AE38

Text Example


Text Example

White with #01AE38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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