Html Css Color HEX #10AF12 Islamic Green

📋 copy color: '#10AF12'

red 16 ◦ green 175 ◦ blue 18

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

Shades of Islamic Green #10AF12

Tints of Islamic Green #10AF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.61%

R = 7.66%
G = 83.73%
B = 8.61%

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

#10AF12 (or 0x10AF12) is known color: Islamic Green. HEX triplet: 10, AF and 12. RGB value is (16,175,18). Sum of RGB (Red+Green+Blue) = 16+175+18=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 175 (68.75% from 255 or 83.73% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AF12 is #EF50ED. Grayscale: #6E6E6E. Windows color (decimal): -15683822 or 1224464. OLE color: 1224464.

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

Color convert

RGB 16 175 18 -
CMYK 0.91 0 0.90 0.31
HSL 120.75º 0.83% 0.37% -
HSV(B) 120.75º 0.91% 0.69% -
XYZ 15.65 30.81 5.69 -
YUV 109.56 76.32 61.27 -
System Red Green Blue C M Y K H S L
Decimal 16 175 18 0.91 0 0.90 0.31 120.75 0.83 0.37
Hex 10 AF 12 5B 0 5A 1F 79 53 25
Octal 20 257 22 133 0 132 37 171 123 45
Binary 10000 10101111 10010 1011011 0 1011010 11111 1111001 1010011 100101

Color Harmonies of #10AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF12

Black with #10AF12

Text Example


Text Example

White with #10AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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