Html Css Color HEX #14980D Islamic Green

📋 copy color: '#14980D'

red 20 ◦ green 152 ◦ blue 13

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

Shades of Islamic Green #14980D

Tints of Islamic Green #14980D

RGB

 RED value IS 20 (8.2% from 255) = 10.81%

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

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

R = 10.81%
G = 82.16%
B = 7.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#14980D (or 0x14980D) is known color: Islamic Green. HEX triplet: 14, 98 and 0D. RGB value is (20,152,13). Sum of RGB (Red+Green+Blue) = 20+152+13=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 152 (59.77% from 255 or 82.16% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 152 - color contains mainly: green. Hex color #14980D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14980D is #EB67F2. Grayscale: #616161. Windows color (decimal): -15427571 or 890900. OLE color: 890900.

HSL color Cylindrical-coordinate representation of color #14980D: hue angle of 116.98º 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 #14980D is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 152 13 -
CMYK 0.87 0 0.91 0.40
HSL 116.98º 0.84% 0.32% -
HSV(B) 116.98º 0.91% 0.6% -
XYZ 11.59 22.63 4.14 -
YUV 96.69 80.77 73.3 -
System Red Green Blue C M Y K H S L
Decimal 20 152 13 0.87 0 0.91 0.40 116.98 0.84 0.32
Hex 14 98 D 57 0 5B 28 75 54 20
Octal 24 230 15 127 0 133 50 165 124 40
Binary 10100 10011000 1101 1010111 0 1011011 101000 1110101 1010100 100000

Color Harmonies of #14980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14980D

Black with #14980D

Text Example


Text Example

White with #14980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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