Html Css Color HEX #05BA10 Islamic Green

📋 copy color: '#05BA10'

red 5 ◦ green 186 ◦ blue 16

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

Shades of Islamic Green #05BA10

Tints of Islamic Green #05BA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.73%

R = 2.42%
G = 89.86%
B = 7.73%

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

#05BA10 (or 0x05BA10) is known color: Islamic Green. HEX triplet: 05, BA and 10. RGB value is (5,186,16). Sum of RGB (Red+Green+Blue) = 5+186+16=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 186 (73.05% from 255 or 89.86% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05BA10 is #FA45EF. Grayscale: #717171. Windows color (decimal): -16401904 or 1096197. OLE color: 1096197.

HSL color Cylindrical-coordinate representation of color #05BA10: hue angle of 123.65º 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 #05BA10 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 186 16 -
CMYK 0.97 0 0.91 0.27
HSL 123.65º 0.95% 0.37% -
HSV(B) 123.65º 0.97% 0.73% -
XYZ 17.72 35.19 6.35 -
YUV 112.5 73.53 51.32 -
System Red Green Blue C M Y K H S L
Decimal 5 186 16 0.97 0 0.91 0.27 123.65 0.95 0.37
Hex 5 BA 10 61 0 5B 1B 7C 5F 25
Octal 5 272 20 141 0 133 33 174 137 45
Binary 101 10111010 10000 1100001 0 1011011 11011 1111100 1011111 100101

Color Harmonies of #05BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BA10

Black with #05BA10

Text Example


Text Example

White with #05BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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