Html Css Color HEX #12980A Islamic Green

📋 copy color: '#12980A'

red 18 ◦ green 152 ◦ blue 10

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

Shades of Islamic Green #12980A

Tints of Islamic Green #12980A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.56%

R = 10%
G = 84.44%
B = 5.56%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#12980A (or 0x12980A) is known color: Islamic Green. HEX triplet: 12, 98 and 0A. RGB value is (18,152,10). Sum of RGB (Red+Green+Blue) = 18+152+10=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 152 (59.77% from 255 or 84.44% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 152 - color contains mainly: green. Hex color #12980A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12980A is #ED67F5. Grayscale: #606060. Windows color (decimal): -15558646 or 694290. OLE color: 694290.

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

Color convert

RGB 18 152 10 -
CMYK 0.88 0 0.93 0.40
HSL 116.62º 0.88% 0.32% -
HSV(B) 116.62º 0.93% 0.6% -
XYZ 11.53 22.61 4.04 -
YUV 95.75 79.61 72.55 -
System Red Green Blue C M Y K H S L
Decimal 18 152 10 0.88 0 0.93 0.40 116.62 0.88 0.32
Hex 12 98 A 58 0 5D 28 75 58 20
Octal 22 230 12 130 0 135 50 165 130 40
Binary 10010 10011000 1010 1011000 0 1011101 101000 1110101 1011000 100000

Color Harmonies of #12980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12980A

Black with #12980A

Text Example


Text Example

White with #12980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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