Html Css Color HEX #10AF11 Islamic Green

📋 copy color: '#10AF11'

red 16 ◦ green 175 ◦ blue 17

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

Shades of Islamic Green #10AF11

Tints of Islamic Green #10AF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 7.69%
G = 84.13%
B = 8.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#10AF11 (or 0x10AF11) is known color: Islamic Green. HEX triplet: 10, AF and 11. RGB value is (16,175,17). Sum of RGB (Red+Green+Blue) = 16+175+17=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 175 (68.75% from 255 or 84.13% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AF11 is #EF50EE. Grayscale: #6D6D6D. Windows color (decimal): -15683823 or 1158928. OLE color: 1158928.

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

Color convert

RGB 16 175 17 -
CMYK 0.91 0 0.90 0.31
HSL 120.38º 0.83% 0.37% -
HSV(B) 120.38º 0.91% 0.69% -
XYZ 15.64 30.81 5.65 -
YUV 109.45 75.82 61.35 -
System Red Green Blue C M Y K H S L
Decimal 16 175 17 0.91 0 0.90 0.31 120.38 0.83 0.37
Hex 10 AF 11 5B 0 5A 1F 78 53 25
Octal 20 257 21 133 0 132 37 170 123 45
Binary 10000 10101111 10001 1011011 0 1011010 11111 1111000 1010011 100101

Color Harmonies of #10AF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF11

Black with #10AF11

Text Example


Text Example

White with #10AF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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