#04BA43

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

Shades of Dark Pastel Green #04BA43

Tints of Dark Pastel Green #04BA43

Color information

#04BA43 (or 0x04BA43) is unknown color: approx Dark Pastel Green. HEX triplet: 04, BA and 43. RGB value is (4,186,67). Sum of RGB (Red+Green+Blue) = 4+186+67=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 186 (73.05% from 255 or 72.37% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA43 is #FB45BC. Grayscale: #767676. Windows color (decimal): -16467389 or 4438532. OLE color: 4438532.

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

Color convert

RGB418667-
CMYK0.9800.640.27
HSL140.77º95.79%37.25%-
HSV(B)140.77º97.85%72.94%-
XYZ18.6235.5511.19-
YUV118.0299.246.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.56%
GREEN value IS 186 (73.05% from 255) = 72.37%
BLUE value IS 67 (26.56% from 255) = 26.07%
R=1.56%
G=72.37%
B=26.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4186670.9800.640.27140.7795.7937.25
Hex4BA43620401B8d6025
Octal427210314201003321514045
Binary10010111010100001111000100100000011011100011011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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