Html Css Color HEX #05A11E Islamic Green

📋 copy color: '#05A11E'

red 5 ◦ green 161 ◦ blue 30

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

Shades of Islamic Green #05A11E

Tints of Islamic Green #05A11E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 82.14%

 BLUE value IS 30 (12.11% from 255) = 15.31%

R = 2.55%
G = 82.14%
B = 15.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#05A11E (or 0x05A11E) is known color: Islamic Green. HEX triplet: 05, A1 and 1E. RGB value is (5,161,30). Sum of RGB (Red+Green+Blue) = 5+161+30=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 161 (63.28% from 255 or 82.14% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 161 - color contains mainly: green. Hex color #05A11E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A11E is #FA5EE1. Grayscale: #636363. Windows color (decimal): -16408290 or 2007301. OLE color: 2007301.

HSL color Cylindrical-coordinate representation of color #05A11E: hue angle of 129.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A11E is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 161 30 -
CMYK 0.97 0 0.81 0.37
HSL 129.62º 0.94% 0.33% -
HSV(B) 129.62º 0.97% 0.63% -
XYZ 13.04 25.62 5.49 -
YUV 99.42 88.82 60.65 -
System Red Green Blue C M Y K H S L
Decimal 5 161 30 0.97 0 0.81 0.37 129.62 0.94 0.33
Hex 5 A1 1E 61 0 51 25 82 5E 21
Octal 5 241 36 141 0 121 45 202 136 41
Binary 101 10100001 11110 1100001 0 1010001 100101 10000010 1011110 100001

Color Harmonies of #05A11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A11E

Black with #05A11E

Text Example


Text Example

White with #05A11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05A11E; }

 p { color: rgb(5,161,30); }

 H1.HeaderClassName
 {
   color: #05A11E;
 }
 .AnyTagClassName
 {
   color: #05A11E;
 }
</style>

background-color css

<style>
 a { background-color: #05A11E; }

 a { background-color: rgb(5,161,30); }

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

border-color css

<style>
 span { border-color: #05A11E; }

 span { border-color: rgb(5,161,30); }

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