Html Css Color HEX #10BC12 Islamic Green

📋 copy color: '#10BC12'

red 16 ◦ green 188 ◦ blue 18

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

Shades of Islamic Green #10BC12

Tints of Islamic Green #10BC12

RGB

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

 GREEN value IS 188 (73.83% from 255) = 84.68%

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

R = 7.21%
G = 84.68%
B = 8.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#10BC12 (or 0x10BC12) is known color: Islamic Green. HEX triplet: 10, BC and 12. RGB value is (16,188,18). Sum of RGB (Red+Green+Blue) = 16+188+18=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 188 (73.83% from 255 or 84.68% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10BC12 is #EF43ED. Grayscale: #757575. Windows color (decimal): -15680494 or 1227792. OLE color: 1227792.

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

Color convert

RGB 16 188 18 -
CMYK 0.91 0 0.90 0.26
HSL 120.7º 0.84% 0.4% -
HSV(B) 120.7º 0.91% 0.74% -
XYZ 18.31 36.12 6.58 -
YUV 117.19 72.02 55.82 -
System Red Green Blue C M Y K H S L
Decimal 16 188 18 0.91 0 0.90 0.26 120.7 0.84 0.4
Hex 10 BC 12 5B 0 5A 1A 79 54 28
Octal 20 274 22 133 0 132 32 171 124 50
Binary 10000 10111100 10010 1011011 0 1011010 11010 1111001 1010100 101000

Color Harmonies of #10BC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC12

Black with #10BC12

Text Example


Text Example

White with #10BC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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