Html Css Color HEX #10AE07 Islamic Green

📋 copy color: '#10AE07'

red 16 ◦ green 174 ◦ blue 7

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

Shades of Islamic Green #10AE07

Tints of Islamic Green #10AE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.55%

R = 8.12%
G = 88.32%
B = 3.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#10AE07 (or 0x10AE07) is known color: Islamic Green. HEX triplet: 10, AE and 07. RGB value is (16,174,7). Sum of RGB (Red+Green+Blue) = 16+174+7=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 174 (68.36% from 255 or 88.32% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AE07 is #EF51F8. Grayscale: #6C6C6C. Windows color (decimal): -15684089 or 503312. OLE color: 503312.

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

Color convert

RGB 16 174 7 -
CMYK 0.91 0 0.96 0.32
HSL 116.77º 0.92% 0.35% -
HSV(B) 116.77º 0.96% 0.68% -
XYZ 15.39 30.4 5.26 -
YUV 107.72 71.15 62.58 -
System Red Green Blue C M Y K H S L
Decimal 16 174 7 0.91 0 0.96 0.32 116.77 0.92 0.35
Hex 10 AE 7 5B 0 60 20 75 5C 23
Octal 20 256 7 133 0 140 40 165 134 43
Binary 10000 10101110 111 1011011 0 1100000 100000 1110101 1011100 100011

Color Harmonies of #10AE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AE07

Black with #10AE07

Text Example


Text Example

White with #10AE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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