Html Css Color HEX #129502 Islamic Green

📋 copy color: '#129502'

red 18 ◦ green 149 ◦ blue 2

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

Shades of Islamic Green #129502

Tints of Islamic Green #129502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.18%

R = 10.65%
G = 88.17%
B = 1.18%

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

#129502 (or 0x129502) is known color: Islamic Green. HEX triplet: 12, 95 and 02. RGB value is (18,149,2). Sum of RGB (Red+Green+Blue) = 18+149+2=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 149 (58.59% from 255 or 88.17% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 149 - color contains mainly: green. Hex color #129502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129502 is #ED6AFD. Grayscale: #5D5D5D. Windows color (decimal): -15559422 or 169234. OLE color: 169234.

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

Color convert

RGB 18 149 2 -
CMYK 0.88 0 0.99 0.42
HSL 113.47º 0.97% 0.3% -
HSV(B) 113.47º 0.99% 0.58% -
XYZ 11.01 21.63 3.65 -
YUV 93.07 76.6 74.45 -
System Red Green Blue C M Y K H S L
Decimal 18 149 2 0.88 0 0.99 0.42 113.47 0.97 0.3
Hex 12 95 2 58 0 63 2A 71 61 1E
Octal 22 225 2 130 0 143 52 161 141 36
Binary 10010 10010101 10 1011000 0 1100011 101010 1110001 1100001 11110

Color Harmonies of #129502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129502

Black with #129502

Text Example


Text Example

White with #129502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129502; }

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

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

background-color css

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

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

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

border-color css

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

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

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