Html Css Color HEX #01AD3F Dark Pastel Green

📋 copy color: '#01AD3F'

red 1 ◦ green 173 ◦ blue 63

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

Shades of Dark Pastel Green #01AD3F

Tints of Dark Pastel Green #01AD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.58%

R = 0.42%
G = 73%
B = 26.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#01AD3F (or 0x01AD3F) is known color: Dark Pastel Green. HEX triplet: 01, AD and 3F. RGB value is (1,173,63). Sum of RGB (Red+Green+Blue) = 1+173+63=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 173 (67.97% from 255 or 73.00% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AD3F is #FE52C0. Grayscale: #6D6D6D. Windows color (decimal): -16667329 or 4173057. OLE color: 4173057.

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

Color convert

RGB 1 173 63 -
CMYK 0.99 0 0.64 0.32
HSL 141.63º 0.99% 0.34% -
HSV(B) 141.63º 0.99% 0.68% -
XYZ 15.85 30.25 9.71 -
YUV 109.03 102.02 50.94 -
System Red Green Blue C M Y K H S L
Decimal 1 173 63 0.99 0 0.64 0.32 141.63 0.99 0.34
Hex 1 AD 3F 63 0 40 20 8E 63 22
Octal 1 255 77 143 0 100 40 216 143 42
Binary 1 10101101 111111 1100011 0 1000000 100000 10001110 1100011 100010

Color Harmonies of #01AD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AD3F

Black with #01AD3F

Text Example


Text Example

White with #01AD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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