Html Css Color HEX #129F14 Islamic Green

📋 copy color: '#129F14'

red 18 ◦ green 159 ◦ blue 20

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

Shades of Islamic Green #129F14

Tints of Islamic Green #129F14

RGB

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

 GREEN value IS 159 (62.5% from 255) = 80.71%

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 9.14%
G = 80.71%
B = 10.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#129F14 (or 0x129F14) is known color: Islamic Green. HEX triplet: 12, 9F and 14. RGB value is (18,159,20). Sum of RGB (Red+Green+Blue) = 18+159+20=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 159 (62.5% from 255 or 80.71% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 159 - color contains mainly: green. Hex color #129F14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129F14 is #ED60EB. Grayscale: #656565. Windows color (decimal): -15556844 or 1351442. OLE color: 1351442.

HSL color Cylindrical-coordinate representation of color #129F14: hue angle of 120.85º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129F14 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 159 20 -
CMYK 0.89 0 0.87 0.38
HSL 120.85º 0.8% 0.35% -
HSV(B) 120.85º 0.89% 0.62% -
XYZ 12.77 24.98 4.81 -
YUV 101 82.29 68.8 -
System Red Green Blue C M Y K H S L
Decimal 18 159 20 0.89 0 0.87 0.38 120.85 0.8 0.35
Hex 12 9F 14 59 0 57 26 79 50 23
Octal 22 237 24 131 0 127 46 171 120 43
Binary 10010 10011111 10100 1011001 0 1010111 100110 1111001 1010000 100011

Color Harmonies of #129F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129F14

Black with #129F14

Text Example


Text Example

White with #129F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129F14; }

 p { color: rgb(18,159,20); }

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

background-color css

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

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

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

border-color css

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

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

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