Html Css Color HEX #129610 Islamic Green

📋 copy color: '#129610'

red 18 ◦ green 150 ◦ blue 16

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

Shades of Islamic Green #129610

Tints of Islamic Green #129610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 81.52%

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

R = 9.78%
G = 81.52%
B = 8.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#129610 (or 0x129610) is known color: Islamic Green. HEX triplet: 12, 96 and 10. RGB value is (18,150,16). Sum of RGB (Red+Green+Blue) = 18+150+16=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 150 (58.98% from 255 or 81.52% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 150 - color contains mainly: green. Hex color #129610 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129610 is #ED69EF. Grayscale: #5F5F5F. Windows color (decimal): -15559152 or 1086994. OLE color: 1086994.

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

Color convert

RGB 18 150 16 -
CMYK 0.88 0 0.89 0.41
HSL 119.1º 0.81% 0.33% -
HSV(B) 119.1º 0.89% 0.59% -
XYZ 11.25 21.98 4.14 -
YUV 95.26 83.27 72.9 -
System Red Green Blue C M Y K H S L
Decimal 18 150 16 0.88 0 0.89 0.41 119.1 0.81 0.33
Hex 12 96 10 58 0 59 29 77 51 21
Octal 22 226 20 130 0 131 51 167 121 41
Binary 10010 10010110 10000 1011000 0 1011001 101001 1110111 1010001 100001

Color Harmonies of #129610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129610

Black with #129610

Text Example


Text Example

White with #129610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129610; }

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

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

background-color css

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

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

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

border-color css

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

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

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