Html Css Color HEX #01A52E Dark Pastel Green

📋 copy color: '#01A52E'

red 1 ◦ green 165 ◦ blue 46

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

Shades of Dark Pastel Green #01A52E

Tints of Dark Pastel Green #01A52E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 77.83%

 BLUE value IS 46 (18.36% from 255) = 21.7%

R = 0.47%
G = 77.83%
B = 21.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#01A52E (or 0x01A52E) is known color: Dark Pastel Green. HEX triplet: 01, A5 and 2E. RGB value is (1,165,46). Sum of RGB (Red+Green+Blue) = 1+165+46=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 165 (64.84% from 255 or 77.83% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 165 - color contains mainly: green. Hex color #01A52E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A52E is #FE5AD1. Grayscale: #666666. Windows color (decimal): -16669394 or 3056897. OLE color: 3056897.

HSL color Cylindrical-coordinate representation of color #01A52E: hue angle of 136.46º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A52E is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 165 46 -
CMYK 0.99 0 0.72 0.35
HSL 136.46º 0.99% 0.33% -
HSV(B) 136.46º 0.99% 0.65% -
XYZ 13.96 27.11 7.08 -
YUV 102.4 96.17 55.68 -
System Red Green Blue C M Y K H S L
Decimal 1 165 46 0.99 0 0.72 0.35 136.46 0.99 0.33
Hex 1 A5 2E 63 0 48 23 88 63 21
Octal 1 245 56 143 0 110 43 210 143 41
Binary 1 10100101 101110 1100011 0 1001000 100011 10001000 1100011 100001

Color Harmonies of #01A52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A52E

Black with #01A52E

Text Example


Text Example

White with #01A52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,165,46); }

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

background-color css

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

 a { background-color: rgb(1,165,46); }

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

border-color css

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

 span { border-color: rgb(1,165,46); }

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