Html Css Color HEX #12980F Islamic Green

📋 copy color: '#12980F'

red 18 ◦ green 152 ◦ blue 15

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

Shades of Islamic Green #12980F

Tints of Islamic Green #12980F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.11%

R = 9.73%
G = 82.16%
B = 8.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#12980F (or 0x12980F) is known color: Islamic Green. HEX triplet: 12, 98 and 0F. RGB value is (18,152,15). Sum of RGB (Red+Green+Blue) = 18+152+15=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 152 (59.77% from 255 or 82.16% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 152 - color contains mainly: green. Hex color #12980F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12980F is #ED67F0. Grayscale: #606060. Windows color (decimal): -15558641 or 1021970. OLE color: 1021970.

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

Color convert

RGB 18 152 15 -
CMYK 0.88 0 0.90 0.40
HSL 118.69º 0.82% 0.33% -
HSV(B) 118.69º 0.9% 0.6% -
XYZ 11.56 22.62 4.21 -
YUV 96.32 82.11 72.14 -
System Red Green Blue C M Y K H S L
Decimal 18 152 15 0.88 0 0.90 0.40 118.69 0.82 0.33
Hex 12 98 F 58 0 5A 28 77 52 21
Octal 22 230 17 130 0 132 50 167 122 41
Binary 10010 10011000 1111 1011000 0 1011010 101000 1110111 1010010 100001

Color Harmonies of #12980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12980F

Black with #12980F

Text Example


Text Example

White with #12980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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