Html Css Color HEX #10B410 Islamic Green

📋 copy color: '#10B410'

red 16 ◦ green 180 ◦ blue 16

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

Shades of Islamic Green #10B410

Tints of Islamic Green #10B410

RGB

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

 GREEN value IS 180 (70.7% from 255) = 84.91%

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

R = 7.55%
G = 84.91%
B = 7.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#10B410 (or 0x10B410) is known color: Islamic Green. HEX triplet: 10, B4 and 10. RGB value is (16,180,16). Sum of RGB (Red+Green+Blue) = 16+180+16=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 180 (70.70% from 255 or 84.91% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 180 - color contains mainly: green. Hex color #10B410 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B410 is #EF4BEF. Grayscale: #707070. Windows color (decimal): -15682544 or 1094672. OLE color: 1094672.

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

Color convert

RGB 16 180 16 -
CMYK 0.91 0 0.91 0.29
HSL 120º 0.84% 0.38% -
HSV(B) 120º 0.91% 0.71% -
XYZ 16.63 32.79 5.94 -
YUV 112.27 73.67 59.34 -
System Red Green Blue C M Y K H S L
Decimal 16 180 16 0.91 0 0.91 0.29 120 0.84 0.38
Hex 10 B4 10 5B 0 5B 1D 78 54 26
Octal 20 264 20 133 0 133 35 170 124 46
Binary 10000 10110100 10000 1011011 0 1011011 11101 1111000 1010100 100110

Color Harmonies of #10B410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B410

Black with #10B410

Text Example


Text Example

White with #10B410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,180,16); }

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

background-color css

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

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

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

border-color css

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

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

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