#12B718

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

Shades of Islamic Green #12B718

Tints of Islamic Green #12B718

Color information

#12B718 (or 0x12B718) is unknown color: approx Islamic Green. HEX triplet: 12, B7 and 18. RGB value is (18,183,24). Sum of RGB (Red+Green+Blue) = 18+183+24=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 183 (71.88% from 255 or 81.33% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 183 - color contains mainly: green. Hex color #12B718 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12B718 is #ED48E7. Grayscale: #747474. Windows color (decimal): -15550696 or 1619730. OLE color: 1619730.

HSL color Cylindrical-coordinate representation of color #12B718: hue angle of 122.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B718 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB1818324-
CMYK0.9000.870.28
HSL122.18º82.09%39.41%-
HSV(B)122.18º90.16%71.76%-
XYZ17.3534.066.52-
YUV115.5476.3458.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 183 (71.88% from 255) = 81.33%
BLUE value IS 24 (9.77% from 255) = 10.67%
R=8%
G=81.33%
B=10.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18183240.9000.870.28122.1882.0939.41
Hex12B7185A0571C7a5227
Octal222673013201273417212247
Binary1001010110111110001011010010101111110011110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,183,24); }

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

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

 a { background-color: rgb(18,183,24); }

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

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

 span { border-color: rgb(18,183,24); }

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