Html Css Color HEX #05BA11 Islamic Green

📋 copy color: '#05BA11'

red 5 ◦ green 186 ◦ blue 17

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

Shades of Islamic Green #05BA11

Tints of Islamic Green #05BA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 2.4%
G = 89.42%
B = 8.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#05BA11 (or 0x05BA11) is known color: Islamic Green. HEX triplet: 05, BA and 11. RGB value is (5,186,17). Sum of RGB (Red+Green+Blue) = 5+186+17=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 186 (73.05% from 255 or 89.42% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05BA11 is #FA45EE. Grayscale: #717171. Windows color (decimal): -16401903 or 1161733. OLE color: 1161733.

HSL color Cylindrical-coordinate representation of color #05BA11: hue angle of 123.98º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BA11 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 186 17 -
CMYK 0.97 0 0.91 0.27
HSL 123.98º 0.95% 0.37% -
HSV(B) 123.98º 0.97% 0.73% -
XYZ 17.72 35.19 6.39 -
YUV 112.62 74.03 51.24 -
System Red Green Blue C M Y K H S L
Decimal 5 186 17 0.97 0 0.91 0.27 123.98 0.95 0.37
Hex 5 BA 11 61 0 5B 1B 7C 5F 25
Octal 5 272 21 141 0 133 33 174 137 45
Binary 101 10111010 10001 1100001 0 1011011 11011 1111100 1011111 100101

Color Harmonies of #05BA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BA11

Black with #05BA11

Text Example


Text Example

White with #05BA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,186,17); }

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

background-color css

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

 a { background-color: rgb(5,186,17); }

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

border-color css

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

 span { border-color: rgb(5,186,17); }

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