Html Css Color HEX #129712 Islamic Green

📋 copy color: '#129712'

red 18 ◦ green 151 ◦ blue 18

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

Shades of Islamic Green #129712

Tints of Islamic Green #129712

RGB

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

 GREEN value IS 151 (59.38% from 255) = 80.75%

 BLUE value IS 18 (7.42% from 255) = 9.63%

R = 9.63%
G = 80.75%
B = 9.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#129712 (or 0x129712) is known color: Islamic Green. HEX triplet: 12, 97 and 12. RGB value is (18,151,18). Sum of RGB (Red+Green+Blue) = 18+151+18=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 151 (59.38% from 255 or 80.75% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 151 - color contains mainly: green. Hex color #129712 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129712 is #ED68ED. Grayscale: #606060. Windows color (decimal): -15558894 or 1218322. OLE color: 1218322.

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

Color convert

RGB 18 151 18 -
CMYK 0.88 0 0.88 0.41
HSL 120º 0.79% 0.33% -
HSV(B) 120º 0.88% 0.59% -
XYZ 11.43 22.31 4.28 -
YUV 96.07 83.94 72.31 -
System Red Green Blue C M Y K H S L
Decimal 18 151 18 0.88 0 0.88 0.41 120 0.79 0.33
Hex 12 97 12 58 0 58 29 78 4F 21
Octal 22 227 22 130 0 130 51 170 117 41
Binary 10010 10010111 10010 1011000 0 1011000 101001 1111000 1001111 100001

Color Harmonies of #129712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129712

Black with #129712

Text Example


Text Example

White with #129712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129712; }

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

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

background-color css

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

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

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

border-color css

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

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

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