#01AE38

Color #01AE38 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01AE38

Tints of Dark Pastel Green #01AE38

Color information

#01AE38 (or 0x01AE38) is unknown color: approx 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

RGB117456-
CMYK0.9900.680.32
HSL139.08º98.86%34.31%-
HSV(B)139.08º99.43%68.24%-
XYZ15.8630.568.8-
YUV108.8298.1951.09-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1174560.9900.680.32139.0898.8634.31
Hex1AE3863044208b6322
Octal12567014301044021314342
Binary110101110111000110001101000100100000100010111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>