Html Css Color HEX #129605 Islamic Green

📋 copy color: '#129605'

red 18 ◦ green 150 ◦ blue 5

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

Shades of Islamic Green #129605

Tints of Islamic Green #129605

RGB

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

 GREEN value IS 150 (58.98% from 255) = 86.71%

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 10.4%
G = 86.71%
B = 2.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#129605 (or 0x129605) is known color: Islamic Green. HEX triplet: 12, 96 and 05. RGB value is (18,150,5). Sum of RGB (Red+Green+Blue) = 18+150+5=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 150 (58.98% from 255 or 86.71% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 150 - color contains mainly: green. Hex color #129605 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129605 is #ED69FA. Grayscale: #5E5E5E. Windows color (decimal): -15559163 or 366098. OLE color: 366098.

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

Color convert

RGB 18 150 5 -
CMYK 0.88 0 0.97 0.41
HSL 114.62º 0.94% 0.3% -
HSV(B) 114.62º 0.97% 0.59% -
XYZ 11.18 21.95 3.79 -
YUV 94 77.77 73.79 -
System Red Green Blue C M Y K H S L
Decimal 18 150 5 0.88 0 0.97 0.41 114.62 0.94 0.3
Hex 12 96 5 58 0 61 29 73 5E 1E
Octal 22 226 5 130 0 141 51 163 136 36
Binary 10010 10010110 101 1011000 0 1100001 101001 1110011 1011110 11110

Color Harmonies of #129605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129605

Black with #129605

Text Example


Text Example

White with #129605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129605; }

 p { color: rgb(18,150,5); }

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

background-color css

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

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

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

border-color css

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

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

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