Html Css Color HEX #18A502 Islamic Green

📋 copy color: '#18A502'

red 24 ◦ green 165 ◦ blue 2

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

Shades of Islamic Green #18A502

Tints of Islamic Green #18A502

RGB

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

 GREEN value IS 165 (64.84% from 255) = 86.39%

 BLUE value IS 2 (1.17% from 255) = 1.05%

R = 12.57%
G = 86.39%
B = 1.05%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#18A502 (or 0x18A502) is known color: Islamic Green. HEX triplet: 18, A5 and 02. RGB value is (24,165,2). Sum of RGB (Red+Green+Blue) = 24+165+2=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 165 (64.84% from 255 or 86.39% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 165 - color contains mainly: green. Hex color #18A502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A502 is #E75AFD. Grayscale: #686868. Windows color (decimal): -15162110 or 173336. OLE color: 173336.

HSL color Cylindrical-coordinate representation of color #18A502: hue angle of 111.9º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18A502 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 165 2 -
CMYK 0.85 0 0.99 0.35
HSL 111.9º 0.98% 0.33% -
HSV(B) 111.9º 0.99% 0.65% -
XYZ 13.84 27.11 4.56 -
YUV 104.26 70.29 70.75 -
System Red Green Blue C M Y K H S L
Decimal 24 165 2 0.85 0 0.99 0.35 111.9 0.98 0.33
Hex 18 A5 2 55 0 63 23 70 62 21
Octal 30 245 2 125 0 143 43 160 142 41
Binary 11000 10100101 10 1010101 0 1100011 100011 1110000 1100010 100001

Color Harmonies of #18A502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A502

Black with #18A502

Text Example


Text Example

White with #18A502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18A502; }

 p { color: rgb(24,165,2); }

 H1.HeaderClassName
 {
   color: #18A502;
 }
 .AnyTagClassName
 {
   color: #18A502;
 }
</style>

background-color css

<style>
 a { background-color: #18A502; }

 a { background-color: rgb(24,165,2); }

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

border-color css

<style>
 span { border-color: #18A502; }

 span { border-color: rgb(24,165,2); }

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