Html Css Color HEX #129501 Islamic Green

📋 copy color: '#129501'

red 18 ◦ green 149 ◦ blue 1

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

Shades of Islamic Green #129501

Tints of Islamic Green #129501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 10.71%
G = 88.69%
B = 0.6%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#129501 (or 0x129501) is known color: Islamic Green. HEX triplet: 12, 95 and 01. RGB value is (18,149,1). Sum of RGB (Red+Green+Blue) = 18+149+1=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 149 (58.59% from 255 or 88.69% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 149 - color contains mainly: green. Hex color #129501 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129501 is #ED6AFE. Grayscale: #5D5D5D. Windows color (decimal): -15559423 or 103698. OLE color: 103698.

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

Color convert

RGB 18 149 1 -
CMYK 0.88 0 0.99 0.42
HSL 113.11º 0.99% 0.29% -
HSV(B) 113.11º 0.99% 0.58% -
XYZ 11 21.63 3.62 -
YUV 92.96 76.1 74.53 -
System Red Green Blue C M Y K H S L
Decimal 18 149 1 0.88 0 0.99 0.42 113.11 0.99 0.29
Hex 12 95 1 58 0 63 2A 71 63 1D
Octal 22 225 1 130 0 143 52 161 143 35
Binary 10010 10010101 1 1011000 0 1100011 101010 1110001 1100011 11101

Color Harmonies of #129501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129501

Black with #129501

Text Example


Text Example

White with #129501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129501; }

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

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

background-color css

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

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

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

border-color css

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

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

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