Html Css Color HEX #19AF0F Islamic Green

📋 copy color: '#19AF0F'

red 25 ◦ green 175 ◦ blue 15

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

Shades of Islamic Green #19AF0F

Tints of Islamic Green #19AF0F

RGB

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

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

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

R = 11.63%
G = 81.4%
B = 6.98%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#19AF0F (or 0x19AF0F) is known color: Islamic Green. HEX triplet: 19, AF and 0F. RGB value is (25,175,15). Sum of RGB (Red+Green+Blue) = 25+175+15=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 175 (68.75% from 255 or 81.40% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19AF0F is #E650F0. Grayscale: #707070. Windows color (decimal): -15094001 or 1027865. OLE color: 1027865.

HSL color Cylindrical-coordinate representation of color #19AF0F: hue angle of 116.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19AF0F is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 175 15 -
CMYK 0.86 0 0.91 0.31
HSL 116.25º 0.84% 0.37% -
HSV(B) 116.25º 0.91% 0.69% -
XYZ 15.82 30.9 5.58 -
YUV 111.91 73.31 66.01 -
System Red Green Blue C M Y K H S L
Decimal 25 175 15 0.86 0 0.91 0.31 116.25 0.84 0.37
Hex 19 AF F 56 0 5B 1F 74 54 25
Octal 31 257 17 126 0 133 37 164 124 45
Binary 11001 10101111 1111 1010110 0 1011011 11111 1110100 1010100 100101

Color Harmonies of #19AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AF0F

Black with #19AF0F

Text Example


Text Example

White with #19AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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