Html Css Color HEX #01A423 Dark Pastel Green

📋 copy color: '#01A423'

red 1 ◦ green 164 ◦ blue 35

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

Shades of Dark Pastel Green #01A423

Tints of Dark Pastel Green #01A423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.5%

R = 0.5%
G = 82%
B = 17.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#01A423 (or 0x01A423) is known color: Dark Pastel Green. HEX triplet: 01, A4 and 23. RGB value is (1,164,35). Sum of RGB (Red+Green+Blue) = 1+164+35=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 164 (64.45% from 255 or 82% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 164 - color contains mainly: green. Hex color #01A423 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A423 is #FE5BDC. Grayscale: #646464. Windows color (decimal): -16669661 or 2335745. OLE color: 2335745.

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

Color convert

RGB 1 164 35 -
CMYK 0.99 0 0.79 0.36
HSL 132.52º 0.99% 0.32% -
HSV(B) 132.52º 0.99% 0.64% -
XYZ 13.59 26.68 6.02 -
YUV 100.56 91 56.99 -
System Red Green Blue C M Y K H S L
Decimal 1 164 35 0.99 0 0.79 0.36 132.52 0.99 0.32
Hex 1 A4 23 63 0 4F 24 85 63 20
Octal 1 244 43 143 0 117 44 205 143 40
Binary 1 10100100 100011 1100011 0 1001111 100100 10000101 1100011 100000

Color Harmonies of #01A423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A423

Black with #01A423

Text Example


Text Example

White with #01A423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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