Html Css Color HEX #05A31E Islamic Green

📋 copy color: '#05A31E'

red 5 ◦ green 163 ◦ blue 30

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

Shades of Islamic Green #05A31E

Tints of Islamic Green #05A31E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 82.32%

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

R = 2.53%
G = 82.32%
B = 15.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#05A31E (or 0x05A31E) is known color: Islamic Green. HEX triplet: 05, A3 and 1E. RGB value is (5,163,30). Sum of RGB (Red+Green+Blue) = 5+163+30=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 163 (64.06% from 255 or 82.32% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 163 - color contains mainly: green. Hex color #05A31E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A31E is #FA5CE1. Grayscale: #646464. Windows color (decimal): -16407778 or 2007813. OLE color: 2007813.

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

Color convert

RGB 5 163 30 -
CMYK 0.97 0 0.82 0.36
HSL 129.49º 0.94% 0.33% -
HSV(B) 129.49º 0.97% 0.64% -
XYZ 13.39 26.32 5.6 -
YUV 100.6 88.15 59.81 -
System Red Green Blue C M Y K H S L
Decimal 5 163 30 0.97 0 0.82 0.36 129.49 0.94 0.33
Hex 5 A3 1E 61 0 52 24 81 5E 21
Octal 5 243 36 141 0 122 44 201 136 41
Binary 101 10100011 11110 1100001 0 1010010 100100 10000001 1011110 100001

Color Harmonies of #05A31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A31E

Black with #05A31E

Text Example


Text Example

White with #05A31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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