Html Css Color HEX #19AF12 Islamic Green

📋 copy color: '#19AF12'

red 25 ◦ green 175 ◦ blue 18

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

Shades of Islamic Green #19AF12

Tints of Islamic Green #19AF12

RGB

 RED value IS 25 (10.16% from 255) = 11.47%

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

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 11.47%
G = 80.28%
B = 8.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#19AF12 (or 0x19AF12) is known color: Islamic Green. HEX triplet: 19, AF and 12. RGB value is (25,175,18). Sum of RGB (Red+Green+Blue) = 25+175+18=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 175 (68.75% from 255 or 80.28% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19AF12 is #E650ED. Grayscale: #707070. Windows color (decimal): -15093998 or 1224473. OLE color: 1224473.

HSL color Cylindrical-coordinate representation of color #19AF12: hue angle of 117.32º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19AF12 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 175 18 -
CMYK 0.86 0 0.90 0.31
HSL 117.32º 0.81% 0.38% -
HSV(B) 117.32º 0.9% 0.69% -
XYZ 15.84 30.91 5.7 -
YUV 112.25 74.81 65.77 -
System Red Green Blue C M Y K H S L
Decimal 25 175 18 0.86 0 0.90 0.31 117.32 0.81 0.38
Hex 19 AF 12 56 0 5A 1F 75 51 26
Octal 31 257 22 126 0 132 37 165 121 46
Binary 11001 10101111 10010 1010110 0 1011010 11111 1110101 1010001 100110

Color Harmonies of #19AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AF12

Black with #19AF12

Text Example


Text Example

White with #19AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19AF12; }

 p { color: rgb(25,175,18); }

 H1.HeaderClassName
 {
   color: #19AF12;
 }
 .AnyTagClassName
 {
   color: #19AF12;
 }
</style>

background-color css

<style>
 a { background-color: #19AF12; }

 a { background-color: rgb(25,175,18); }

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

border-color css

<style>
 span { border-color: #19AF12; }

 span { border-color: rgb(25,175,18); }

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