#04B80A

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

Shades of Islamic Green #04B80A

Tints of Islamic Green #04B80A

Color information

#04B80A (or 0x04B80A) is unknown color: approx Islamic Green. HEX triplet: 04, B8 and 0A. RGB value is (4,184,10). Sum of RGB (Red+Green+Blue) = 4+184+10=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 184 (72.27% from 255 or 92.93% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 184 - color contains mainly: green. Hex color #04B80A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04B80A is #FB47F5. Grayscale: #6E6E6E. Windows color (decimal): -16467958 or 702468. OLE color: 702468.

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

Color convert

RGB418410-
CMYK0.9800.950.28
HSL122º95.74%36.86%-
HSV(B)122º97.83%72.16%-
XYZ17.2534.336-
YUV110.3471.3752.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.02%
GREEN value IS 184 (72.27% from 255) = 92.93%
BLUE value IS 10 (4.30% from 255) = 5.05%
R=2.02%
G=92.93%
B=5.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal4184100.9800.950.2812295.7436.86
Hex4B8A6205F1C7a6025
Octal42701214201373417214045
Binary1001011100010101100010010111111110011110101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,184,10); }

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

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

 a { background-color: rgb(4,184,10); }

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

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

 span { border-color: rgb(4,184,10); }

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