Html Css Color HEX #129503 Islamic Green

📋 copy color: '#129503'

red 18 ◦ green 149 ◦ blue 3

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

Shades of Islamic Green #129503

Tints of Islamic Green #129503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.76%

R = 10.59%
G = 87.65%
B = 1.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#129503 (or 0x129503) is known color: Islamic Green. HEX triplet: 12, 95 and 03. RGB value is (18,149,3). Sum of RGB (Red+Green+Blue) = 18+149+3=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 149 (58.59% from 255 or 87.65% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 149 - color contains mainly: green. Hex color #129503 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129503 is #ED6AFC. Grayscale: #5D5D5D. Windows color (decimal): -15559421 or 234770. OLE color: 234770.

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

Color convert

RGB 18 149 3 -
CMYK 0.88 0 0.98 0.42
HSL 113.84º 0.96% 0.3% -
HSV(B) 113.84º 0.98% 0.58% -
XYZ 11.01 21.63 3.68 -
YUV 93.19 77.1 74.37 -
System Red Green Blue C M Y K H S L
Decimal 18 149 3 0.88 0 0.98 0.42 113.84 0.96 0.3
Hex 12 95 3 58 0 62 2A 72 60 1E
Octal 22 225 3 130 0 142 52 162 140 36
Binary 10010 10010101 11 1011000 0 1100010 101010 1110010 1100000 11110

Color Harmonies of #129503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129503

Black with #129503

Text Example


Text Example

White with #129503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129503; }

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

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

background-color css

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

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

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

border-color css

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

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

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