Html Css Color HEX #04AD1F Dark Pastel Green

📋 copy color: '#04AD1F'

red 4 ◦ green 173 ◦ blue 31

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

Shades of Dark Pastel Green #04AD1F

Tints of Dark Pastel Green #04AD1F

RGB

 RED value IS 4 (1.95% from 255) = 1.92%

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

 BLUE value IS 31 (12.5% from 255) = 14.9%

R = 1.92%
G = 83.17%
B = 14.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#04AD1F (or 0x04AD1F) is known color: Dark Pastel Green. HEX triplet: 04, AD and 1F. RGB value is (4,173,31). Sum of RGB (Red+Green+Blue) = 4+173+31=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 173 (67.97% from 255 or 83.17% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AD1F is #FB52E0. Grayscale: #6A6A6A. Windows color (decimal): -16470753 or 2075908. OLE color: 2075908.

HSL color Cylindrical-coordinate representation of color #04AD1F: hue angle of 129.59º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AD1F is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 173 31 -
CMYK 0.98 0 0.82 0.32
HSL 129.59º 0.95% 0.35% -
HSV(B) 129.59º 0.98% 0.68% -
XYZ 15.24 30.01 6.29 -
YUV 106.28 85.51 55.05 -
System Red Green Blue C M Y K H S L
Decimal 4 173 31 0.98 0 0.82 0.32 129.59 0.95 0.35
Hex 4 AD 1F 62 0 52 20 82 5F 23
Octal 4 255 37 142 0 122 40 202 137 43
Binary 100 10101101 11111 1100010 0 1010010 100000 10000010 1011111 100011

Color Harmonies of #04AD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AD1F

Black with #04AD1F

Text Example


Text Example

White with #04AD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04AD1F; }

 p { color: rgb(4,173,31); }

 H1.HeaderClassName
 {
   color: #04AD1F;
 }
 .AnyTagClassName
 {
   color: #04AD1F;
 }
</style>

background-color css

<style>
 a { background-color: #04AD1F; }

 a { background-color: rgb(4,173,31); }

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

border-color css

<style>
 span { border-color: #04AD1F; }

 span { border-color: rgb(4,173,31); }

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