Html Css Color HEX #04BA46 Dark Pastel Green

📋 copy color: '#04BA46'

red 4 ◦ green 186 ◦ blue 70

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

Shades of Dark Pastel Green #04BA46

Tints of Dark Pastel Green #04BA46

RGB

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

 GREEN value IS 186 (73.05% from 255) = 71.54%

 BLUE value IS 70 (27.73% from 255) = 26.92%

R = 1.54%
G = 71.54%
B = 26.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#04BA46 (or 0x04BA46) is known color: Dark Pastel Green. HEX triplet: 04, BA and 46. RGB value is (4,186,70). Sum of RGB (Red+Green+Blue) = 4+186+70=260 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 260); Green value is 186 (73.05% from 255 or 71.54% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA46 is #FB45B9. Grayscale: #767676. Windows color (decimal): -16467386 or 4635140. OLE color: 4635140.

HSL color Cylindrical-coordinate representation of color #04BA46: hue angle of 141.76º 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 #04BA46 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 186 70 -
CMYK 0.98 0 0.62 0.27
HSL 141.76º 0.96% 0.37% -
HSV(B) 141.76º 0.98% 0.73% -
XYZ 18.71 35.59 11.68 -
YUV 118.36 100.7 46.43 -
System Red Green Blue C M Y K H S L
Decimal 4 186 70 0.98 0 0.62 0.27 141.76 0.96 0.37
Hex 4 BA 46 62 0 3E 1B 8E 60 25
Octal 4 272 106 142 0 76 33 216 140 45
Binary 100 10111010 1000110 1100010 0 111110 11011 10001110 1100000 100101

Color Harmonies of #04BA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA46

Black with #04BA46

Text Example


Text Example

White with #04BA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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