Html Css Color HEX #10AF1A Islamic Green

📋 copy color: '#10AF1A'

red 16 ◦ green 175 ◦ blue 26

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

Shades of Islamic Green #10AF1A

Tints of Islamic Green #10AF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.98%

R = 7.37%
G = 80.65%
B = 11.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#10AF1A (or 0x10AF1A) is known color: Islamic Green. HEX triplet: 10, AF and 1A. RGB value is (16,175,26). Sum of RGB (Red+Green+Blue) = 16+175+26=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 175 (68.75% from 255 or 80.65% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF1A is #EF50E5. Grayscale: #6E6E6E. Windows color (decimal): -15683814 or 1748752. OLE color: 1748752.

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

Color convert

RGB 16 175 26 -
CMYK 0.91 0 0.85 0.31
HSL 123.77º 0.83% 0.37% -
HSV(B) 123.77º 0.91% 0.69% -
XYZ 15.73 30.84 6.1 -
YUV 110.47 80.32 60.62 -
System Red Green Blue C M Y K H S L
Decimal 16 175 26 0.91 0 0.85 0.31 123.77 0.83 0.37
Hex 10 AF 1A 5B 0 55 1F 7C 53 25
Octal 20 257 32 133 0 125 37 174 123 45
Binary 10000 10101111 11010 1011011 0 1010101 11111 1111100 1010011 100101

Color Harmonies of #10AF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF1A

Black with #10AF1A

Text Example


Text Example

White with #10AF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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