Html Css Color HEX #10AF0E Islamic Green

📋 copy color: '#10AF0E'

red 16 ◦ green 175 ◦ blue 14

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

Shades of Islamic Green #10AF0E

Tints of Islamic Green #10AF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.83%

R = 7.8%
G = 85.37%
B = 6.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#10AF0E (or 0x10AF0E) is known color: Islamic Green. HEX triplet: 10, AF and 0E. RGB value is (16,175,14). Sum of RGB (Red+Green+Blue) = 16+175+14=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 175 (68.75% from 255 or 85.37% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AF0E is #EF50F1. Grayscale: #6D6D6D. Windows color (decimal): -15683826 or 962320. OLE color: 962320.

HSL color Cylindrical-coordinate representation of color #10AF0E: hue angle of 119.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AF0E is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 175 14 -
CMYK 0.91 0 0.92 0.31
HSL 119.25º 0.85% 0.37% -
HSV(B) 119.25º 0.92% 0.69% -
XYZ 15.62 30.8 5.54 -
YUV 109.11 74.32 61.59 -
System Red Green Blue C M Y K H S L
Decimal 16 175 14 0.91 0 0.92 0.31 119.25 0.85 0.37
Hex 10 AF E 5B 0 5C 1F 77 55 25
Octal 20 257 16 133 0 134 37 167 125 45
Binary 10000 10101111 1110 1011011 0 1011100 11111 1110111 1010101 100101

Color Harmonies of #10AF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF0E

Black with #10AF0E

Text Example


Text Example

White with #10AF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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