Html Css Color HEX #129301 Islamic Green

📋 copy color: '#129301'

red 18 ◦ green 147 ◦ blue 1

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

Shades of Islamic Green #129301

Tints of Islamic Green #129301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 88.55%

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

R = 10.84%
G = 88.55%
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

#129301 (or 0x129301) is known color: Islamic Green. HEX triplet: 12, 93 and 01. RGB value is (18,147,1). Sum of RGB (Red+Green+Blue) = 18+147+1=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 147 (57.81% from 255 or 88.55% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 147 - color contains mainly: green. Hex color #129301 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129301 is #ED6CFE. Grayscale: #5C5C5C. Windows color (decimal): -15559935 or 103186. OLE color: 103186.

HSL color Cylindrical-coordinate representation of color #129301: hue angle of 113.01º 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 #129301 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 147 1 -
CMYK 0.88 0 0.99 0.42
HSL 113.01º 0.99% 0.29% -
HSV(B) 113.01º 0.99% 0.58% -
XYZ 10.69 21 3.52 -
YUV 91.79 76.76 75.37 -
System Red Green Blue C M Y K H S L
Decimal 18 147 1 0.88 0 0.99 0.42 113.01 0.99 0.29
Hex 12 93 1 58 0 63 2A 71 63 1D
Octal 22 223 1 130 0 143 52 161 143 35
Binary 10010 10010011 1 1011000 0 1100011 101010 1110001 1100011 11101

Color Harmonies of #129301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129301

Black with #129301

Text Example


Text Example

White with #129301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129301; }

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

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

background-color css

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

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

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

border-color css

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

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

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