Html Css Color HEX #129510 Islamic Green

📋 copy color: '#129510'

red 18 ◦ green 149 ◦ blue 16

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

Shades of Islamic Green #129510

Tints of Islamic Green #129510

RGB

 RED value IS 18 (7.42% from 255) = 9.84%

 GREEN value IS 149 (58.59% from 255) = 81.42%

 BLUE value IS 16 (6.64% from 255) = 8.74%

R = 9.84%
G = 81.42%
B = 8.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#129510 (or 0x129510) is known color: Islamic Green. HEX triplet: 12, 95 and 10. RGB value is (18,149,16). Sum of RGB (Red+Green+Blue) = 18+149+16=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 149 (58.59% from 255 or 81.42% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 149 - color contains mainly: green. Hex color #129510 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129510 is #ED6AEF. Grayscale: #5F5F5F. Windows color (decimal): -15559408 or 1086738. OLE color: 1086738.

HSL color Cylindrical-coordinate representation of color #129510: hue angle of 119.1º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129510 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 149 16 -
CMYK 0.88 0 0.89 0.42
HSL 119.1º 0.81% 0.32% -
HSV(B) 119.1º 0.89% 0.58% -
XYZ 11.09 21.66 4.09 -
YUV 94.67 83.6 73.31 -
System Red Green Blue C M Y K H S L
Decimal 18 149 16 0.88 0 0.89 0.42 119.1 0.81 0.32
Hex 12 95 10 58 0 59 2A 77 51 20
Octal 22 225 20 130 0 131 52 167 121 40
Binary 10010 10010101 10000 1011000 0 1011001 101010 1110111 1010001 100000

Color Harmonies of #129510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129510

Black with #129510

Text Example


Text Example

White with #129510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129510; }

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

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

background-color css

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

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

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

border-color css

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

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

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