#129705

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

Shades of Islamic Green #129705

Tints of Islamic Green #129705

Color information

#129705 (or 0x129705) is unknown color: approx Islamic Green. HEX triplet: 12, 97 and 05. RGB value is (18,151,5). Sum of RGB (Red+Green+Blue) = 18+151+5=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 151 (59.38% from 255 or 86.78% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 151 - color contains mainly: green. Hex color #129705 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129705 is #ED68FA. Grayscale: #5F5F5F. Windows color (decimal): -15558907 or 366354. OLE color: 366354.

HSL color Cylindrical-coordinate representation of color #129705: hue angle of 114.66º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #129705 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB181515-
CMYK0.8800.970.41
HSL114.66º93.59%30.59%-
HSV(B)114.66º96.69%59.22%-
XYZ11.3422.273.84-
YUV94.5977.4473.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.34%
GREEN value IS 151 (59.38% from 255) = 86.78%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=10.34%
G=86.78%
B=2.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1815150.8800.970.41114.6693.5930.59
Hex129755806129735e1f
Octal22227513001415116313637
Binary10010100101111011011000011000011010011110011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129705; }

 p { color: rgb(18,151,5); }

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

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

 a { background-color: rgb(18,151,5); }

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

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

 span { border-color: rgb(18,151,5); }

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