Html Css Color HEX #129500 Islamic Green

📋 copy color: '#129500'

red 18 ◦ green 149 ◦ blue 0

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

Shades of Islamic Green #129500

Tints of Islamic Green #129500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 89.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 10.78%
G = 89.22%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#129500 (or 0x129500) is known color: Islamic Green. HEX triplet: 12, 95 and 00. RGB value is (18,149,0). Sum of RGB (Red+Green+Blue) = 18+149+0=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 149 (58.59% from 255 or 89.22% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 149 - color contains mainly: green. Hex color #129500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129500 is #ED6AFF. Grayscale: #5D5D5D. Windows color (decimal): -15559424 or 38162. OLE color: 38162.

HSL color Cylindrical-coordinate representation of color #129500: hue angle of 112.75º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #129500 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 149 0 -
CMYK 0.88 0 1 0.42
HSL 112.75º 1% 0.29% -
HSV(B) 112.75º 1% 0.58% -
XYZ 11 21.62 3.59 -
YUV 92.85 75.6 74.62 -
System Red Green Blue C M Y K H S L
Decimal 18 149 0 0.88 0 1 0.42 112.75 1 0.29
Hex 12 95 0 58 0 64 2A 71 64 1D
Octal 22 225 0 130 0 144 52 161 144 35
Binary 10010 10010101 0 1011000 0 1100100 101010 1110001 1100100 11101

Color Harmonies of #129500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129500

Black with #129500

Text Example


Text Example

White with #129500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129500; }

 p { color: rgb(18,149,0); }

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

background-color css

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

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

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

border-color css

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

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

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