Html Css Color HEX #10B115 Islamic Green

📋 copy color: '#10B115'

red 16 ◦ green 177 ◦ blue 21

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

Shades of Islamic Green #10B115

Tints of Islamic Green #10B115

RGB

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

 GREEN value IS 177 (69.53% from 255) = 82.71%

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

R = 7.48%
G = 82.71%
B = 9.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#10B115 (or 0x10B115) is known color: Islamic Green. HEX triplet: 10, B1 and 15. RGB value is (16,177,21). Sum of RGB (Red+Green+Blue) = 16+177+21=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 177 (69.53% from 255 or 82.71% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 177 - color contains mainly: green. Hex color #10B115 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10B115 is #EF4EEA. Grayscale: #6F6F6F. Windows color (decimal): -15683307 or 1421584. OLE color: 1421584.

HSL color Cylindrical-coordinate representation of color #10B115: hue angle of 121.86º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B115 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 177 21 -
CMYK 0.91 0 0.88 0.31
HSL 121.86º 0.83% 0.38% -
HSV(B) 121.86º 0.91% 0.69% -
XYZ 16.07 31.61 5.96 -
YUV 111.08 77.16 60.18 -
System Red Green Blue C M Y K H S L
Decimal 16 177 21 0.91 0 0.88 0.31 121.86 0.83 0.38
Hex 10 B1 15 5B 0 58 1F 7A 53 26
Octal 20 261 25 133 0 130 37 172 123 46
Binary 10000 10110001 10101 1011011 0 1011000 11111 1111010 1010011 100110

Color Harmonies of #10B115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B115

Black with #10B115

Text Example


Text Example

White with #10B115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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