Html Css Color HEX #18980A Islamic Green

📋 copy color: '#18980A'

red 24 ◦ green 152 ◦ blue 10

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

Shades of Islamic Green #18980A

Tints of Islamic Green #18980A

RGB

 RED value IS 24 (9.77% from 255) = 12.9%

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

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

R = 12.9%
G = 81.72%
B = 5.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#18980A (or 0x18980A) is known color: Islamic Green. HEX triplet: 18, 98 and 0A. RGB value is (24,152,10). Sum of RGB (Red+Green+Blue) = 24+152+10=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 152 (59.77% from 255 or 81.72% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 152 - color contains mainly: green. Hex color #18980A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18980A is #E767F5. Grayscale: #616161. Windows color (decimal): -15165430 or 694296. OLE color: 694296.

HSL color Cylindrical-coordinate representation of color #18980A: hue angle of 114.08º 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 #18980A is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 152 10 -
CMYK 0.84 0 0.93 0.40
HSL 114.08º 0.88% 0.32% -
HSV(B) 114.08º 0.93% 0.6% -
XYZ 11.66 22.67 4.05 -
YUV 97.54 78.59 75.55 -
System Red Green Blue C M Y K H S L
Decimal 24 152 10 0.84 0 0.93 0.40 114.08 0.88 0.32
Hex 18 98 A 54 0 5D 28 72 58 20
Octal 30 230 12 124 0 135 50 162 130 40
Binary 11000 10011000 1010 1010100 0 1011101 101000 1110010 1011000 100000

Color Harmonies of #18980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18980A

Black with #18980A

Text Example


Text Example

White with #18980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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