Html Css Color HEX #04C01A Dark Pastel Green

📋 copy color: '#04C01A'

red 4 ◦ green 192 ◦ blue 26

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

Shades of Dark Pastel Green #04C01A

Tints of Dark Pastel Green #04C01A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 86.49%

 BLUE value IS 26 (10.55% from 255) = 11.71%

R = 1.8%
G = 86.49%
B = 11.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#04C01A (or 0x04C01A) is known color: Dark Pastel Green. HEX triplet: 04, C0 and 1A. RGB value is (4,192,26). Sum of RGB (Red+Green+Blue) = 4+192+26=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 192 (75.39% from 255 or 86.49% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 192 - color contains mainly: green. Hex color #04C01A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C01A is #FB3FE5. Grayscale: #757575. Windows color (decimal): -16465894 or 1753092. OLE color: 1753092.

HSL color Cylindrical-coordinate representation of color #04C01A: hue angle of 127.02º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C01A is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 192 26 -
CMYK 0.98 0 0.86 0.25
HSL 127.02º 0.96% 0.38% -
HSV(B) 127.02º 0.98% 0.75% -
XYZ 19.09 37.8 7.27 -
YUV 116.86 76.72 47.5 -
System Red Green Blue C M Y K H S L
Decimal 4 192 26 0.98 0 0.86 0.25 127.02 0.96 0.38
Hex 4 C0 1A 62 0 56 19 7F 60 26
Octal 4 300 32 142 0 126 31 177 140 46
Binary 100 11000000 11010 1100010 0 1010110 11001 1111111 1100000 100110

Color Harmonies of #04C01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C01A

Black with #04C01A

Text Example


Text Example

White with #04C01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,192,26); }

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

background-color css

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

 a { background-color: rgb(4,192,26); }

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

border-color css

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

 span { border-color: rgb(4,192,26); }

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