#04BA20

Color #04BA20 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #04BA20

Tints of Dark Pastel Green #04BA20

Color information

#04BA20 (or 0x04BA20) is unknown color: approx Dark Pastel Green. HEX triplet: 04, BA and 20. RGB value is (4,186,32). Sum of RGB (Red+Green+Blue) = 4+186+32=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 186 (73.05% from 255 or 83.78% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA20 is #FB45DF. Grayscale: #727272. Windows color (decimal): -16467424 or 2144772. OLE color: 2144772.

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

Color convert

RGB418632-
CMYK0.9800.830.27
HSL129.23º95.79%37.25%-
HSV(B)129.23º97.85%72.94%-
XYZ17.8735.257.23-
YUV114.0381.749.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.80%
GREEN value IS 186 (73.05% from 255) = 83.78%
BLUE value IS 32 (12.89% from 255) = 14.41%
R=1.80%
G=83.78%
B=14.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4186320.9800.830.27129.2395.7937.25
Hex4BA20620531B816025
Octal42724014201233320114045
Binary1001011101010000011000100101001111011100000011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,186,32); }

 H1.HeaderClassName
 {
   color: #04BA20;
 }
 .AnyTagClassName
 {
   color: #04BA20;
 }
</style>
background-color css

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

 a { background-color: rgb(4,186,32); }

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

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

 span { border-color: rgb(4,186,32); }

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