#12BB0A

Color #12BB0A Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #12BB0A

Tints of Islamic Green #12BB0A

Color information

#12BB0A (or 0x12BB0A) is unknown color: approx Islamic Green. HEX triplet: 12, BB and 0A. RGB value is (18,187,10). Sum of RGB (Red+Green+Blue) = 18+187+10=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 187 (73.44% from 255 or 86.98% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 187 - color contains mainly: green. Hex color #12BB0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BB0A is #ED44F5. Grayscale: #747474. Windows color (decimal): -15549686 or 703250. OLE color: 703250.

HSL color Cylindrical-coordinate representation of color #12BB0A: hue angle of 117.29º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12BB0A is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB1818710-
CMYK0.9000.950.27
HSL117.29º89.85%38.63%-
HSV(B)117.29º94.65%73.33%-
XYZ18.0735.696.22-
YUV116.2968.0157.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 187 (73.44% from 255) = 86.98%
BLUE value IS 10 (4.30% from 255) = 4.65%
R=8.37%
G=86.98%
B=4.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18187100.9000.950.27117.2989.8538.63
Hex12BBA5A05F1B755a27
Octal222731213201373316513247
Binary100101011101110101011010010111111101111101011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12BB0A; }

 p { color: rgb(18,187,10); }

 H1.HeaderClassName
 {
   color: #12BB0A;
 }
 .AnyTagClassName
 {
   color: #12BB0A;
 }
</style>
background-color css

<style>
 a { background-color: #12BB0A; }

 a { background-color: rgb(18,187,10); }

 div.DivClassName
 {
   background-color: #12BB0A;
 }
 .BgClassName
 {
   background-color: #12BB0A;
 }
</style>
border-color css

<style>
 span { border-color: #12BB0A; }

 span { border-color: rgb(18,187,10); }

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