Html Css Color HEX #049F0A Islamic Green

📋 copy color: '#049F0A'

red 4 ◦ green 159 ◦ blue 10

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

Shades of Islamic Green #049F0A

Tints of Islamic Green #049F0A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 91.91%

 BLUE value IS 10 (4.3% from 255) = 5.78%

R = 2.31%
G = 91.91%
B = 5.78%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#049F0A (or 0x049F0A) is known color: Islamic Green. HEX triplet: 04, 9F and 0A. RGB value is (4,159,10). Sum of RGB (Red+Green+Blue) = 4+159+10=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 159 (62.5% from 255 or 91.91% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 159 - color contains mainly: green. Hex color #049F0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049F0A is #FB60F5. Grayscale: #606060. Windows color (decimal): -16474358 or 696068. OLE color: 696068.

HSL color Cylindrical-coordinate representation of color #049F0A: hue angle of 122.32º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049F0A is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 159 10 -
CMYK 0.97 0 0.94 0.38
HSL 122.32º 0.95% 0.32% -
HSV(B) 122.32º 0.97% 0.62% -
XYZ 12.5 24.84 4.42 -
YUV 95.67 79.65 62.62 -
System Red Green Blue C M Y K H S L
Decimal 4 159 10 0.97 0 0.94 0.38 122.32 0.95 0.32
Hex 4 9F A 61 0 5E 26 7A 5F 20
Octal 4 237 12 141 0 136 46 172 137 40
Binary 100 10011111 1010 1100001 0 1011110 100110 1111010 1011111 100000

Color Harmonies of #049F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049F0A

Black with #049F0A

Text Example


Text Example

White with #049F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049F0A; }

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

 H1.HeaderClassName
 {
   color: #049F0A;
 }
 .AnyTagClassName
 {
   color: #049F0A;
 }
</style>

background-color css

<style>
 a { background-color: #049F0A; }

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

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

border-color css

<style>
 span { border-color: #049F0A; }

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

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