Html Css Color HEX #04BA12 Islamic Green

📋 copy color: '#04BA12'

red 4 ◦ green 186 ◦ blue 18

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

Shades of Islamic Green #04BA12

Tints of Islamic Green #04BA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.65%

R = 1.92%
G = 89.42%
B = 8.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#04BA12 (or 0x04BA12) is known color: Islamic Green. HEX triplet: 04, BA and 12. RGB value is (4,186,18). Sum of RGB (Red+Green+Blue) = 4+186+18=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 186 (73.05% from 255 or 89.42% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BA12 is #FB45ED. Grayscale: #707070. Windows color (decimal): -16467438 or 1227268. OLE color: 1227268.

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

Color convert

RGB 4 186 18 -
CMYK 0.98 0 0.90 0.27
HSL 124.62º 0.96% 0.37% -
HSV(B) 124.62º 0.98% 0.73% -
XYZ 17.72 35.19 6.43 -
YUV 112.43 74.7 50.66 -
System Red Green Blue C M Y K H S L
Decimal 4 186 18 0.98 0 0.90 0.27 124.62 0.96 0.37
Hex 4 BA 12 62 0 5A 1B 7D 60 25
Octal 4 272 22 142 0 132 33 175 140 45
Binary 100 10111010 10010 1100010 0 1011010 11011 1111101 1100000 100101

Color Harmonies of #04BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA12

Black with #04BA12

Text Example


Text Example

White with #04BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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