Html Css Color HEX #01A72E Dark Pastel Green

📋 copy color: '#01A72E'

red 1 ◦ green 167 ◦ blue 46

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

Shades of Dark Pastel Green #01A72E

Tints of Dark Pastel Green #01A72E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 78.04%

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

R = 0.47%
G = 78.04%
B = 21.5%

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

#01A72E (or 0x01A72E) is known color: Dark Pastel Green. HEX triplet: 01, A7 and 2E. RGB value is (1,167,46). Sum of RGB (Red+Green+Blue) = 1+167+46=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 167 (65.62% from 255 or 78.04% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 167 - color contains mainly: green. Hex color #01A72E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A72E is #FE58D1. Grayscale: #676767. Windows color (decimal): -16668882 or 3057409. OLE color: 3057409.

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

Color convert

RGB 1 167 46 -
CMYK 0.99 0 0.72 0.35
HSL 136.27º 0.99% 0.33% -
HSV(B) 136.27º 0.99% 0.65% -
XYZ 14.32 27.84 7.2 -
YUV 103.57 95.5 54.84 -
System Red Green Blue C M Y K H S L
Decimal 1 167 46 0.99 0 0.72 0.35 136.27 0.99 0.33
Hex 1 A7 2E 63 0 48 23 88 63 21
Octal 1 247 56 143 0 110 43 210 143 41
Binary 1 10100111 101110 1100011 0 1001000 100011 10001000 1100011 100001

Color Harmonies of #01A72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A72E

Black with #01A72E

Text Example


Text Example

White with #01A72E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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