Html Css Color HEX #12980D Islamic Green

📋 copy color: '#12980D'

red 18 ◦ green 152 ◦ blue 13

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

Shades of Islamic Green #12980D

Tints of Islamic Green #12980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 83.06%

 BLUE value IS 13 (5.47% from 255) = 7.1%

R = 9.84%
G = 83.06%
B = 7.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#12980D (or 0x12980D) is known color: Islamic Green. HEX triplet: 12, 98 and 0D. RGB value is (18,152,13). Sum of RGB (Red+Green+Blue) = 18+152+13=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 152 (59.77% from 255 or 83.06% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 152 - color contains mainly: green. Hex color #12980D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12980D is #ED67F2. Grayscale: #606060. Windows color (decimal): -15558643 or 890898. OLE color: 890898.

HSL color Cylindrical-coordinate representation of color #12980D: hue angle of 117.84º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12980D is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 152 13 -
CMYK 0.88 0 0.91 0.40
HSL 117.84º 0.84% 0.32% -
HSV(B) 117.84º 0.91% 0.6% -
XYZ 11.55 22.61 4.14 -
YUV 96.09 81.11 72.3 -
System Red Green Blue C M Y K H S L
Decimal 18 152 13 0.88 0 0.91 0.40 117.84 0.84 0.32
Hex 12 98 D 58 0 5B 28 76 54 20
Octal 22 230 15 130 0 133 50 166 124 40
Binary 10010 10011000 1101 1011000 0 1011011 101000 1110110 1010100 100000

Color Harmonies of #12980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12980D

Black with #12980D

Text Example


Text Example

White with #12980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12980D; }

 p { color: rgb(18,152,13); }

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

background-color css

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

 a { background-color: rgb(18,152,13); }

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

border-color css

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

 span { border-color: rgb(18,152,13); }

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