Html Css Color HEX #129F0F Islamic Green

📋 copy color: '#129F0F'

red 18 ◦ green 159 ◦ blue 15

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

Shades of Islamic Green #129F0F

Tints of Islamic Green #129F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.81%

R = 9.38%
G = 82.81%
B = 7.81%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#129F0F (or 0x129F0F) is known color: Islamic Green. HEX triplet: 12, 9F and 0F. RGB value is (18,159,15). Sum of RGB (Red+Green+Blue) = 18+159+15=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 159 (62.5% from 255 or 82.81% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 159 - color contains mainly: green. Hex color #129F0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129F0F is #ED60F0. Grayscale: #646464. Windows color (decimal): -15556849 or 1023762. OLE color: 1023762.

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

Color convert

RGB 18 159 15 -
CMYK 0.89 0 0.91 0.38
HSL 118.75º 0.83% 0.34% -
HSV(B) 118.75º 0.91% 0.62% -
XYZ 12.73 24.96 4.6 -
YUV 100.43 79.79 69.21 -
System Red Green Blue C M Y K H S L
Decimal 18 159 15 0.89 0 0.91 0.38 118.75 0.83 0.34
Hex 12 9F F 59 0 5B 26 77 53 22
Octal 22 237 17 131 0 133 46 167 123 42
Binary 10010 10011111 1111 1011001 0 1011011 100110 1110111 1010011 100010

Color Harmonies of #129F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129F0F

Black with #129F0F

Text Example


Text Example

White with #129F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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