Html Css Color HEX #18980C Islamic Green

📋 copy color: '#18980C'

red 24 ◦ green 152 ◦ blue 12

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

Shades of Islamic Green #18980C

Tints of Islamic Green #18980C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.38%

R = 12.77%
G = 80.85%
B = 6.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#18980C (or 0x18980C) is known color: Islamic Green. HEX triplet: 18, 98 and 0C. RGB value is (24,152,12). Sum of RGB (Red+Green+Blue) = 24+152+12=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 152 (59.77% from 255 or 80.85% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 152 - color contains mainly: green. Hex color #18980C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18980C is #E767F3. Grayscale: #626262. Windows color (decimal): -15165428 or 825368. OLE color: 825368.

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

Color convert

RGB 24 152 12 -
CMYK 0.84 0 0.92 0.40
HSL 114.86º 0.85% 0.32% -
HSV(B) 114.86º 0.92% 0.6% -
XYZ 11.67 22.68 4.11 -
YUV 97.77 79.59 75.38 -
System Red Green Blue C M Y K H S L
Decimal 24 152 12 0.84 0 0.92 0.40 114.86 0.85 0.32
Hex 18 98 C 54 0 5C 28 73 55 20
Octal 30 230 14 124 0 134 50 163 125 40
Binary 11000 10011000 1100 1010100 0 1011100 101000 1110011 1010101 100000

Color Harmonies of #18980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18980C

Black with #18980C

Text Example


Text Example

White with #18980C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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