Html Css Color HEX #19A50F Islamic Green

📋 copy color: '#19A50F'

red 25 ◦ green 165 ◦ blue 15

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

Shades of Islamic Green #19A50F

Tints of Islamic Green #19A50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.32%

R = 12.2%
G = 80.49%
B = 7.32%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#19A50F (or 0x19A50F) is known color: Islamic Green. HEX triplet: 19, A5 and 0F. RGB value is (25,165,15). Sum of RGB (Red+Green+Blue) = 25+165+15=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 165 (64.84% from 255 or 80.49% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 165 - color contains mainly: green. Hex color #19A50F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19A50F is #E65AF0. Grayscale: #6A6A6A. Windows color (decimal): -15096561 or 1025305. OLE color: 1025305.

HSL color Cylindrical-coordinate representation of color #19A50F: hue angle of 116º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19A50F is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 25 165 15 -
CMYK 0.85 0 0.91 0.35
HSL 116º 0.83% 0.35% -
HSV(B) 116º 0.91% 0.65% -
XYZ 13.94 27.15 4.96 -
YUV 106.04 76.62 70.2 -
System Red Green Blue C M Y K H S L
Decimal 25 165 15 0.85 0 0.91 0.35 116 0.83 0.35
Hex 19 A5 F 55 0 5B 23 74 53 23
Octal 31 245 17 125 0 133 43 164 123 43
Binary 11001 10100101 1111 1010101 0 1011011 100011 1110100 1010011 100011

Color Harmonies of #19A50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A50F

Black with #19A50F

Text Example


Text Example

White with #19A50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,165,15); }

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

background-color css

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

 a { background-color: rgb(25,165,15); }

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

border-color css

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

 span { border-color: rgb(25,165,15); }

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