Html Css Color HEX #10AE16 Islamic Green

📋 copy color: '#10AE16'

red 16 ◦ green 174 ◦ blue 22

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

Shades of Islamic Green #10AE16

Tints of Islamic Green #10AE16

RGB

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

 GREEN value IS 174 (68.36% from 255) = 82.08%

 BLUE value IS 22 (8.98% from 255) = 10.38%

R = 7.55%
G = 82.08%
B = 10.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#10AE16 (or 0x10AE16) is known color: Islamic Green. HEX triplet: 10, AE and 16. RGB value is (16,174,22). Sum of RGB (Red+Green+Blue) = 16+174+22=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 174 (68.36% from 255 or 82.08% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AE16 is #EF51E9. Grayscale: #6D6D6D. Windows color (decimal): -15684074 or 1486352. OLE color: 1486352.

HSL color Cylindrical-coordinate representation of color #10AE16: hue angle of 122.28º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AE16 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 174 22 -
CMYK 0.91 0 0.87 0.32
HSL 122.28º 0.83% 0.37% -
HSV(B) 122.28º 0.91% 0.68% -
XYZ 15.49 30.44 5.82 -
YUV 109.43 78.65 61.36 -
System Red Green Blue C M Y K H S L
Decimal 16 174 22 0.91 0 0.87 0.32 122.28 0.83 0.37
Hex 10 AE 16 5B 0 57 20 7A 53 25
Octal 20 256 26 133 0 127 40 172 123 45
Binary 10000 10101110 10110 1011011 0 1010111 100000 1111010 1010011 100101

Color Harmonies of #10AE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AE16

Black with #10AE16

Text Example


Text Example

White with #10AE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,174,22); }

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

background-color css

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

 a { background-color: rgb(16,174,22); }

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

border-color css

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

 span { border-color: rgb(16,174,22); }

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