Html Css Color HEX #05930A Islamic Green

📋 copy color: '#05930A'

red 5 ◦ green 147 ◦ blue 10

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

Shades of Islamic Green #05930A

Tints of Islamic Green #05930A

RGB

 RED value IS 5 (2.34% from 255) = 3.09%

 GREEN value IS 147 (57.81% from 255) = 90.74%

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

R = 3.09%
G = 90.74%
B = 6.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#05930A (or 0x05930A) is known color: Islamic Green. HEX triplet: 05, 93 and 0A. RGB value is (5,147,10). Sum of RGB (Red+Green+Blue) = 5+147+10=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 147 (57.81% from 255 or 90.74% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 147 - color contains mainly: green. Hex color #05930A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05930A is #FA6CF5. Grayscale: #595959. Windows color (decimal): -16411894 or 692997. OLE color: 692997.

HSL color Cylindrical-coordinate representation of color #05930A: hue angle of 122.11º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05930A is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 147 10 -
CMYK 0.97 0 0.93 0.42
HSL 122.11º 0.93% 0.3% -
HSV(B) 122.11º 0.97% 0.58% -
XYZ 10.55 20.92 3.77 -
YUV 88.92 83.46 68.14 -
System Red Green Blue C M Y K H S L
Decimal 5 147 10 0.97 0 0.93 0.42 122.11 0.93 0.3
Hex 5 93 A 61 0 5D 2A 7A 5D 1E
Octal 5 223 12 141 0 135 52 172 135 36
Binary 101 10010011 1010 1100001 0 1011101 101010 1111010 1011101 11110

Color Harmonies of #05930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05930A

Black with #05930A

Text Example


Text Example

White with #05930A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05930A; }

 p { color: rgb(5,147,10); }

 H1.HeaderClassName
 {
   color: #05930A;
 }
 .AnyTagClassName
 {
   color: #05930A;
 }
</style>

background-color css

<style>
 a { background-color: #05930A; }

 a { background-color: rgb(5,147,10); }

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

border-color css

<style>
 span { border-color: #05930A; }

 span { border-color: rgb(5,147,10); }

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