#04AB30

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

Shades of Dark Pastel Green #04AB30

Tints of Dark Pastel Green #04AB30

Color information

#04AB30 (or 0x04AB30) is unknown color: approx Dark Pastel Green. HEX triplet: 04, AB and 30. RGB value is (4,171,48). Sum of RGB (Red+Green+Blue) = 4+171+48=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 171 (67.19% from 255 or 76.68% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AB30 is #FB54CF. Grayscale: #6B6B6B. Windows color (decimal): -16471248 or 3189508. OLE color: 3189508.

HSL color Cylindrical-coordinate representation of color #04AB30: hue angle of 135.81º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AB30 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB417148-
CMYK0.9800.720.33
HSL135.81º95.43%34.31%-
HSV(B)135.81º97.66%67.06%-
XYZ15.1529.377.67-
YUV107.0494.6754.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 171 (67.19% from 255) = 76.68%
BLUE value IS 48 (19.14% from 255) = 21.52%
R=1.79%
G=76.68%
B=21.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4171480.9800.720.33135.8195.4334.31
Hex4AB306204821885f22
Octal42536014201104121013742
Binary10010101011110000110001001001000100001100010001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,171,48); }

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

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

 a { background-color: rgb(4,171,48); }

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

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

 span { border-color: rgb(4,171,48); }

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