Html Css Color HEX #10B50E Islamic Green

📋 copy color: '#10B50E'

red 16 ◦ green 181 ◦ blue 14

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

Shades of Islamic Green #10B50E

Tints of Islamic Green #10B50E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 85.78%

 BLUE value IS 14 (5.86% from 255) = 6.64%

R = 7.58%
G = 85.78%
B = 6.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#10B50E (or 0x10B50E) is known color: Islamic Green. HEX triplet: 10, B5 and 0E. RGB value is (16,181,14). Sum of RGB (Red+Green+Blue) = 16+181+14=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 181 (71.09% from 255 or 85.78% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 181 - color contains mainly: green. Hex color #10B50E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B50E is #EF4AF1. Grayscale: #717171. Windows color (decimal): -15682290 or 963856. OLE color: 963856.

HSL color Cylindrical-coordinate representation of color #10B50E: hue angle of 119.28º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10B50E is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 16 181 14 -
CMYK 0.91 0 0.92 0.29
HSL 119.28º 0.86% 0.38% -
HSV(B) 119.28º 0.92% 0.71% -
XYZ 16.82 33.19 5.94 -
YUV 112.63 72.34 59.08 -
System Red Green Blue C M Y K H S L
Decimal 16 181 14 0.91 0 0.92 0.29 119.28 0.86 0.38
Hex 10 B5 E 5B 0 5C 1D 77 56 26
Octal 20 265 16 133 0 134 35 167 126 46
Binary 10000 10110101 1110 1011011 0 1011100 11101 1110111 1010110 100110

Color Harmonies of #10B50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B50E

Black with #10B50E

Text Example


Text Example

White with #10B50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,181,14); }

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

background-color css

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

 a { background-color: rgb(16,181,14); }

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

border-color css

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

 span { border-color: rgb(16,181,14); }

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