Html Css Color HEX #129410 Islamic Green

📋 copy color: '#129410'

red 18 ◦ green 148 ◦ blue 16

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

Shades of Islamic Green #129410

Tints of Islamic Green #129410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 81.32%

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

R = 9.89%
G = 81.32%
B = 8.79%

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

#129410 (or 0x129410) is known color: Islamic Green. HEX triplet: 12, 94 and 10. RGB value is (18,148,16). Sum of RGB (Red+Green+Blue) = 18+148+16=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 148 (58.20% from 255 or 81.32% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 148 - color contains mainly: green. Hex color #129410 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129410 is #ED6BEF. Grayscale: #5E5E5E. Windows color (decimal): -15559664 or 1086482. OLE color: 1086482.

HSL color Cylindrical-coordinate representation of color #129410: hue angle of 119.09º degrees, saturation: 0.8, 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 #129410 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 148 16 -
CMYK 0.88 0 0.89 0.42
HSL 119.09º 0.8% 0.32% -
HSV(B) 119.09º 0.89% 0.58% -
XYZ 10.93 21.35 4.03 -
YUV 94.08 83.93 73.73 -
System Red Green Blue C M Y K H S L
Decimal 18 148 16 0.88 0 0.89 0.42 119.09 0.8 0.32
Hex 12 94 10 58 0 59 2A 77 50 20
Octal 22 224 20 130 0 131 52 167 120 40
Binary 10010 10010100 10000 1011000 0 1011001 101010 1110111 1010000 100000

Color Harmonies of #129410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129410

Black with #129410

Text Example


Text Example

White with #129410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129410; }

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

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

background-color css

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

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

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

border-color css

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

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

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