Html Css Color HEX #01A427 Dark Pastel Green

📋 copy color: '#01A427'

red 1 ◦ green 164 ◦ blue 39

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

Shades of Dark Pastel Green #01A427

Tints of Dark Pastel Green #01A427

RGB

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

 GREEN value IS 164 (64.45% from 255) = 80.39%

 BLUE value IS 39 (15.63% from 255) = 19.12%

R = 0.49%
G = 80.39%
B = 19.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#01A427 (or 0x01A427) is known color: Dark Pastel Green. HEX triplet: 01, A4 and 27. RGB value is (1,164,39). Sum of RGB (Red+Green+Blue) = 1+164+39=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 164 (64.45% from 255 or 80.39% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 164 - color contains mainly: green. Hex color #01A427 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A427 is #FE5BD8. Grayscale: #656565. Windows color (decimal): -16669657 or 2597889. OLE color: 2597889.

HSL color Cylindrical-coordinate representation of color #01A427: hue angle of 133.99º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A427 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 164 39 -
CMYK 0.99 0 0.76 0.36
HSL 133.99º 0.99% 0.32% -
HSV(B) 133.99º 0.99% 0.64% -
XYZ 13.65 26.7 6.35 -
YUV 101.01 93 56.66 -
System Red Green Blue C M Y K H S L
Decimal 1 164 39 0.99 0 0.76 0.36 133.99 0.99 0.32
Hex 1 A4 27 63 0 4C 24 86 63 20
Octal 1 244 47 143 0 114 44 206 143 40
Binary 1 10100100 100111 1100011 0 1001100 100100 10000110 1100011 100000

Color Harmonies of #01A427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A427

Black with #01A427

Text Example


Text Example

White with #01A427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,164,39); }

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

background-color css

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

 a { background-color: rgb(1,164,39); }

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

border-color css

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

 span { border-color: rgb(1,164,39); }

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