Html Css Color HEX #18AF02 Islamic Green

📋 copy color: '#18AF02'

red 24 ◦ green 175 ◦ blue 2

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

Shades of Islamic Green #18AF02

Tints of Islamic Green #18AF02

RGB

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

 GREEN value IS 175 (68.75% from 255) = 87.06%

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

R = 11.94%
G = 87.06%
B = 1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#18AF02 (or 0x18AF02) is known color: Islamic Green. HEX triplet: 18, AF and 02. RGB value is (24,175,2). Sum of RGB (Red+Green+Blue) = 24+175+2=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 175 (68.75% from 255 or 87.06% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AF02 is #E750FD. Grayscale: #6E6E6E. Windows color (decimal): -15159550 or 175896. OLE color: 175896.

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

Color convert

RGB 24 175 2 -
CMYK 0.86 0 0.99 0.31
HSL 112.37º 0.98% 0.35% -
HSV(B) 112.37º 0.99% 0.69% -
XYZ 15.72 30.86 5.19 -
YUV 110.13 66.97 66.57 -
System Red Green Blue C M Y K H S L
Decimal 24 175 2 0.86 0 0.99 0.31 112.37 0.98 0.35
Hex 18 AF 2 56 0 63 1F 70 62 23
Octal 30 257 2 126 0 143 37 160 142 43
Binary 11000 10101111 10 1010110 0 1100011 11111 1110000 1100010 100011

Color Harmonies of #18AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF02

Black with #18AF02

Text Example


Text Example

White with #18AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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