Html Css Color HEX #01A428 Dark Pastel Green

📋 copy color: '#01A428'

red 1 ◦ green 164 ◦ blue 40

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

Shades of Dark Pastel Green #01A428

Tints of Dark Pastel Green #01A428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.51%

R = 0.49%
G = 80%
B = 19.51%

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

#01A428 (or 0x01A428) is known color: Dark Pastel Green. HEX triplet: 01, A4 and 28. RGB value is (1,164,40). Sum of RGB (Red+Green+Blue) = 1+164+40=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 164 (64.45% from 255 or 80% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 164 - color contains mainly: green. Hex color #01A428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A428 is #FE5BD7. Grayscale: #656565. Windows color (decimal): -16669656 or 2663425. OLE color: 2663425.

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

Color convert

RGB 1 164 40 -
CMYK 0.99 0 0.76 0.36
HSL 134.36º 0.99% 0.32% -
HSV(B) 134.36º 0.99% 0.64% -
XYZ 13.67 26.71 6.44 -
YUV 101.13 93.5 56.58 -
System Red Green Blue C M Y K H S L
Decimal 1 164 40 0.99 0 0.76 0.36 134.36 0.99 0.32
Hex 1 A4 28 63 0 4C 24 86 63 20
Octal 1 244 50 143 0 114 44 206 143 40
Binary 1 10100100 101000 1100011 0 1001100 100100 10000110 1100011 100000

Color Harmonies of #01A428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A428

Black with #01A428

Text Example


Text Example

White with #01A428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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