Html Css Color HEX #10AE01 Islamic Green

📋 copy color: '#10AE01'

red 16 ◦ green 174 ◦ blue 1

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

Shades of Islamic Green #10AE01

Tints of Islamic Green #10AE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 8.38%
G = 91.1%
B = 0.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#10AE01 (or 0x10AE01) is known color: Islamic Green. HEX triplet: 10, AE and 01. RGB value is (16,174,1). Sum of RGB (Red+Green+Blue) = 16+174+1=191 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.38% from 191); Green value is 174 (68.36% from 255 or 91.10% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AE01 is #EF51FE. Grayscale: #6B6B6B. Windows color (decimal): -15684095 or 110096. OLE color: 110096.

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

Color convert

RGB 16 174 1 -
CMYK 0.91 0 0.99 0.32
HSL 114.8º 0.99% 0.34% -
HSV(B) 114.8º 0.99% 0.68% -
XYZ 15.36 30.38 5.08 -
YUV 107.04 68.15 63.07 -
System Red Green Blue C M Y K H S L
Decimal 16 174 1 0.91 0 0.99 0.32 114.8 0.99 0.34
Hex 10 AE 1 5B 0 63 20 73 63 22
Octal 20 256 1 133 0 143 40 163 143 42
Binary 10000 10101110 1 1011011 0 1100011 100000 1110011 1100011 100010

Color Harmonies of #10AE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AE01

Black with #10AE01

Text Example


Text Example

White with #10AE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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