Html Css Color HEX #10B512 Islamic Green

📋 copy color: '#10B512'

red 16 ◦ green 181 ◦ blue 18

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

Shades of Islamic Green #10B512

Tints of Islamic Green #10B512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.37%

R = 7.44%
G = 84.19%
B = 8.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#10B512 (or 0x10B512) is known color: Islamic Green. HEX triplet: 10, B5 and 12. RGB value is (16,181,18). Sum of RGB (Red+Green+Blue) = 16+181+18=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 181 (71.09% from 255 or 84.19% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 181 - color contains mainly: green. Hex color #10B512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B512 is #EF4AED. Grayscale: #717171. Windows color (decimal): -15682286 or 1226000. OLE color: 1226000.

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

Color convert

RGB 16 181 18 -
CMYK 0.91 0 0.90 0.29
HSL 120.73º 0.84% 0.39% -
HSV(B) 120.73º 0.91% 0.71% -
XYZ 16.85 33.2 6.09 -
YUV 113.08 74.34 58.75 -
System Red Green Blue C M Y K H S L
Decimal 16 181 18 0.91 0 0.90 0.29 120.73 0.84 0.39
Hex 10 B5 12 5B 0 5A 1D 79 54 27
Octal 20 265 22 133 0 132 35 171 124 47
Binary 10000 10110101 10010 1011011 0 1011010 11101 1111001 1010100 100111

Color Harmonies of #10B512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B512

Black with #10B512

Text Example


Text Example

White with #10B512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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