Html Css Color HEX #10AF19 Islamic Green

📋 copy color: '#10AF19'

red 16 ◦ green 175 ◦ blue 25

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

Shades of Islamic Green #10AF19

Tints of Islamic Green #10AF19

RGB

 RED value IS 16 (6.64% from 255) = 7.41%

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

 BLUE value IS 25 (10.16% from 255) = 11.57%

R = 7.41%
G = 81.02%
B = 11.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#10AF19 (or 0x10AF19) is known color: Islamic Green. HEX triplet: 10, AF and 19. RGB value is (16,175,25). Sum of RGB (Red+Green+Blue) = 16+175+25=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 175 (68.75% from 255 or 81.02% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AF19 is #EF50E6. Grayscale: #6E6E6E. Windows color (decimal): -15683815 or 1683216. OLE color: 1683216.

HSL color Cylindrical-coordinate representation of color #10AF19: hue angle of 123.4º degrees, saturation: 0.83, 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 #10AF19 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 175 25 -
CMYK 0.91 0 0.86 0.31
HSL 123.4º 0.83% 0.37% -
HSV(B) 123.4º 0.91% 0.69% -
XYZ 15.72 30.84 6.04 -
YUV 110.36 79.82 60.7 -
System Red Green Blue C M Y K H S L
Decimal 16 175 25 0.91 0 0.86 0.31 123.4 0.83 0.37
Hex 10 AF 19 5B 0 56 1F 7B 53 25
Octal 20 257 31 133 0 126 37 173 123 45
Binary 10000 10101111 11001 1011011 0 1010110 11111 1111011 1010011 100101

Color Harmonies of #10AF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF19

Black with #10AF19

Text Example


Text Example

White with #10AF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AF19; }

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

 H1.HeaderClassName
 {
   color: #10AF19;
 }
 .AnyTagClassName
 {
   color: #10AF19;
 }
</style>

background-color css

<style>
 a { background-color: #10AF19; }

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

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

border-color css

<style>
 span { border-color: #10AF19; }

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

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