Html Css Color HEX #129002 Islamic Green

📋 copy color: '#129002'

red 18 ◦ green 144 ◦ blue 2

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

Shades of Islamic Green #129002

Tints of Islamic Green #129002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 87.8%

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

R = 10.98%
G = 87.8%
B = 1.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#129002 (or 0x129002) is known color: Islamic Green. HEX triplet: 12, 90 and 02. RGB value is (18,144,2). Sum of RGB (Red+Green+Blue) = 18+144+2=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 144 (56.64% from 255 or 87.80% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 144 - color contains mainly: green. Hex color #129002 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129002 is #ED6FFD. Grayscale: #5A5A5A. Windows color (decimal): -15560702 or 167954. OLE color: 167954.

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

Color convert

RGB 18 144 2 -
CMYK 0.88 0 0.99 0.44
HSL 113.24º 0.97% 0.29% -
HSV(B) 113.24º 0.99% 0.56% -
XYZ 10.23 20.08 3.39 -
YUV 90.14 78.26 76.55 -
System Red Green Blue C M Y K H S L
Decimal 18 144 2 0.88 0 0.99 0.44 113.24 0.97 0.29
Hex 12 90 2 58 0 63 2C 71 61 1D
Octal 22 220 2 130 0 143 54 161 141 35
Binary 10010 10010000 10 1011000 0 1100011 101100 1110001 1100001 11101

Color Harmonies of #129002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129002

Black with #129002

Text Example


Text Example

White with #129002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129002; }

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

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

background-color css

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

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

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

border-color css

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

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

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