Html Css Color HEX #129602 Islamic Green

📋 copy color: '#129602'

red 18 ◦ green 150 ◦ blue 2

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

Shades of Islamic Green #129602

Tints of Islamic Green #129602

RGB

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

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

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

R = 10.59%
G = 88.24%
B = 1.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#129602 (or 0x129602) is known color: Islamic Green. HEX triplet: 12, 96 and 02. RGB value is (18,150,2). Sum of RGB (Red+Green+Blue) = 18+150+2=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 150 (58.98% from 255 or 88.24% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 150 - color contains mainly: green. Hex color #129602 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129602 is #ED69FD. Grayscale: #5E5E5E. Windows color (decimal): -15559166 or 169490. OLE color: 169490.

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

Color convert

RGB 18 150 2 -
CMYK 0.88 0 0.99 0.41
HSL 113.51º 0.97% 0.3% -
HSV(B) 113.51º 0.99% 0.59% -
XYZ 11.17 21.95 3.7 -
YUV 93.66 76.27 74.03 -
System Red Green Blue C M Y K H S L
Decimal 18 150 2 0.88 0 0.99 0.41 113.51 0.97 0.3
Hex 12 96 2 58 0 63 29 72 61 1E
Octal 22 226 2 130 0 143 51 162 141 36
Binary 10010 10010110 10 1011000 0 1100011 101001 1110010 1100001 11110

Color Harmonies of #129602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129602

Black with #129602

Text Example


Text Example

White with #129602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129602; }

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

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

background-color css

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

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

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

border-color css

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

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

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