Html Css Color HEX #04AF1E Dark Pastel Green

📋 copy color: '#04AF1E'

red 4 ◦ green 175 ◦ blue 30

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

Shades of Dark Pastel Green #04AF1E

Tints of Dark Pastel Green #04AF1E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 83.73%

 BLUE value IS 30 (12.11% from 255) = 14.35%

R = 1.91%
G = 83.73%
B = 14.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#04AF1E (or 0x04AF1E) is known color: Dark Pastel Green. HEX triplet: 04, AF and 1E. RGB value is (4,175,30). Sum of RGB (Red+Green+Blue) = 4+175+30=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 175 (68.75% from 255 or 83.73% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AF1E is #FB50E1. Grayscale: #6B6B6B. Windows color (decimal): -16470242 or 2010884. OLE color: 2010884.

HSL color Cylindrical-coordinate representation of color #04AF1E: hue angle of 129.12º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AF1E is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 175 30 -
CMYK 0.98 0 0.83 0.31
HSL 129.12º 0.96% 0.35% -
HSV(B) 129.12º 0.98% 0.69% -
XYZ 15.61 30.78 6.35 -
YUV 107.34 84.35 54.29 -
System Red Green Blue C M Y K H S L
Decimal 4 175 30 0.98 0 0.83 0.31 129.12 0.96 0.35
Hex 4 AF 1E 62 0 53 1F 81 60 23
Octal 4 257 36 142 0 123 37 201 140 43
Binary 100 10101111 11110 1100010 0 1010011 11111 10000001 1100000 100011

Color Harmonies of #04AF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF1E

Black with #04AF1E

Text Example


Text Example

White with #04AF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,175,30); }

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

background-color css

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

 a { background-color: rgb(4,175,30); }

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

border-color css

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

 span { border-color: rgb(4,175,30); }

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