Html Css Color HEX #129402 Islamic Green

📋 copy color: '#129402'

red 18 ◦ green 148 ◦ blue 2

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

Shades of Islamic Green #129402

Tints of Islamic Green #129402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 88.1%

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

R = 10.71%
G = 88.1%
B = 1.19%

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

#129402 (or 0x129402) is known color: Islamic Green. HEX triplet: 12, 94 and 02. RGB value is (18,148,2). Sum of RGB (Red+Green+Blue) = 18+148+2=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 148 (58.20% from 255 or 88.10% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 148 - color contains mainly: green. Hex color #129402 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129402 is #ED6BFD. Grayscale: #5C5C5C. Windows color (decimal): -15559678 or 168978. OLE color: 168978.

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

Color convert

RGB 18 148 2 -
CMYK 0.88 0 0.99 0.42
HSL 113.42º 0.97% 0.29% -
HSV(B) 113.42º 0.99% 0.58% -
XYZ 10.85 21.31 3.6 -
YUV 92.49 76.93 74.87 -
System Red Green Blue C M Y K H S L
Decimal 18 148 2 0.88 0 0.99 0.42 113.42 0.97 0.29
Hex 12 94 2 58 0 63 2A 71 61 1D
Octal 22 224 2 130 0 143 52 161 141 35
Binary 10010 10010100 10 1011000 0 1100011 101010 1110001 1100001 11101

Color Harmonies of #129402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129402

Black with #129402

Text Example


Text Example

White with #129402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129402; }

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

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

background-color css

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

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

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

border-color css

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

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

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