Html Css Color HEX #01AC25 Dark Pastel Green

📋 copy color: '#01AC25'

red 1 ◦ green 172 ◦ blue 37

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

Shades of Dark Pastel Green #01AC25

Tints of Dark Pastel Green #01AC25

RGB

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

 GREEN value IS 172 (67.58% from 255) = 81.9%

 BLUE value IS 37 (14.84% from 255) = 17.62%

R = 0.48%
G = 81.9%
B = 17.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#01AC25 (or 0x01AC25) is known color: Dark Pastel Green. HEX triplet: 01, AC and 25. RGB value is (1,172,37). Sum of RGB (Red+Green+Blue) = 1+172+37=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 172 (67.58% from 255 or 81.90% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AC25 is #FE53DA. Grayscale: #696969. Windows color (decimal): -16667611 or 2468865. OLE color: 2468865.

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

Color convert

RGB 1 172 37 -
CMYK 0.99 0 0.78 0.33
HSL 132.63º 0.99% 0.34% -
HSV(B) 132.63º 0.99% 0.67% -
XYZ 15.1 29.65 6.68 -
YUV 105.48 89.35 53.48 -
System Red Green Blue C M Y K H S L
Decimal 1 172 37 0.99 0 0.78 0.33 132.63 0.99 0.34
Hex 1 AC 25 63 0 4E 21 85 63 22
Octal 1 254 45 143 0 116 41 205 143 42
Binary 1 10101100 100101 1100011 0 1001110 100001 10000101 1100011 100010

Color Harmonies of #01AC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AC25

Black with #01AC25

Text Example


Text Example

White with #01AC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,172,37); }

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

background-color css

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

 a { background-color: rgb(1,172,37); }

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

border-color css

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

 span { border-color: rgb(1,172,37); }

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