Html Css Color HEX #01AD23 Dark Pastel Green

📋 copy color: '#01AD23'

red 1 ◦ green 173 ◦ blue 35

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

Shades of Dark Pastel Green #01AD23

Tints of Dark Pastel Green #01AD23

RGB

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

 GREEN value IS 173 (67.97% from 255) = 82.78%

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

R = 0.48%
G = 82.78%
B = 16.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#01AD23 (or 0x01AD23) is known color: Dark Pastel Green. HEX triplet: 01, AD and 23. RGB value is (1,173,35). Sum of RGB (Red+Green+Blue) = 1+173+35=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 173 (67.97% from 255 or 82.78% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AD23 is #FE52DC. Grayscale: #6A6A6A. Windows color (decimal): -16667357 or 2338049. OLE color: 2338049.

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

Color convert

RGB 1 173 35 -
CMYK 0.99 0 0.80 0.32
HSL 131.86º 0.99% 0.34% -
HSV(B) 131.86º 0.99% 0.68% -
XYZ 15.26 30.01 6.58 -
YUV 105.84 88.02 53.22 -
System Red Green Blue C M Y K H S L
Decimal 1 173 35 0.99 0 0.80 0.32 131.86 0.99 0.34
Hex 1 AD 23 63 0 50 20 84 63 22
Octal 1 255 43 143 0 120 40 204 143 42
Binary 1 10101101 100011 1100011 0 1010000 100000 10000100 1100011 100010

Color Harmonies of #01AD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AD23

Black with #01AD23

Text Example


Text Example

White with #01AD23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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