Html Css Color HEX #10BA15 Islamic Green

📋 copy color: '#10BA15'

red 16 ◦ green 186 ◦ blue 21

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

Shades of Islamic Green #10BA15

Tints of Islamic Green #10BA15

RGB

 RED value IS 16 (6.64% from 255) = 7.17%

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

 BLUE value IS 21 (8.59% from 255) = 9.42%

R = 7.17%
G = 83.41%
B = 9.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#10BA15 (or 0x10BA15) is known color: Islamic Green. HEX triplet: 10, BA and 15. RGB value is (16,186,21). Sum of RGB (Red+Green+Blue) = 16+186+21=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 186 (73.05% from 255 or 83.41% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BA15 is #EF45EA. Grayscale: #747474. Windows color (decimal): -15681003 or 1423888. OLE color: 1423888.

HSL color Cylindrical-coordinate representation of color #10BA15: hue angle of 121.76º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BA15 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 186 21 -
CMYK 0.91 0 0.89 0.27
HSL 121.76º 0.84% 0.4% -
HSV(B) 121.76º 0.91% 0.73% -
XYZ 17.91 35.28 6.58 -
YUV 116.36 74.18 56.42 -
System Red Green Blue C M Y K H S L
Decimal 16 186 21 0.91 0 0.89 0.27 121.76 0.84 0.4
Hex 10 BA 15 5B 0 59 1B 7A 54 28
Octal 20 272 25 133 0 131 33 172 124 50
Binary 10000 10111010 10101 1011011 0 1011001 11011 1111010 1010100 101000

Color Harmonies of #10BA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BA15

Black with #10BA15

Text Example


Text Example

White with #10BA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10BA15; }

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

 H1.HeaderClassName
 {
   color: #10BA15;
 }
 .AnyTagClassName
 {
   color: #10BA15;
 }
</style>

background-color css

<style>
 a { background-color: #10BA15; }

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

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

border-color css

<style>
 span { border-color: #10BA15; }

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

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