Html Css Color HEX #12900C Islamic Green

📋 copy color: '#12900C'

red 18 ◦ green 144 ◦ blue 12

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

Shades of Islamic Green #12900C

Tints of Islamic Green #12900C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.9%

R = 10.34%
G = 82.76%
B = 6.9%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#12900C (or 0x12900C) is known color: Islamic Green. HEX triplet: 12, 90 and 0C. RGB value is (18,144,12). Sum of RGB (Red+Green+Blue) = 18+144+12=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 144 (56.64% from 255 or 82.76% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 144 - color contains mainly: green. Hex color #12900C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12900C is #ED6FF3. Grayscale: #5B5B5B. Windows color (decimal): -15560692 or 823314. OLE color: 823314.

HSL color Cylindrical-coordinate representation of color #12900C: hue angle of 117.27º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12900C is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 144 12 -
CMYK 0.88 0 0.92 0.44
HSL 117.27º 0.85% 0.31% -
HSV(B) 117.27º 0.92% 0.56% -
XYZ 10.29 20.1 3.69 -
YUV 91.28 83.26 75.73 -
System Red Green Blue C M Y K H S L
Decimal 18 144 12 0.88 0 0.92 0.44 117.27 0.85 0.31
Hex 12 90 C 58 0 5C 2C 75 55 1F
Octal 22 220 14 130 0 134 54 165 125 37
Binary 10010 10010000 1100 1011000 0 1011100 101100 1110101 1010101 11111

Color Harmonies of #12900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12900C

Black with #12900C

Text Example


Text Example

White with #12900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12900C; }

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

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

background-color css

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

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

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

border-color css

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

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

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