Html Css Color HEX #10AF07 Islamic Green

📋 copy color: '#10AF07'

red 16 ◦ green 175 ◦ blue 7

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

Shades of Islamic Green #10AF07

Tints of Islamic Green #10AF07

RGB

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

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

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

R = 8.08%
G = 88.38%
B = 3.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#10AF07 (or 0x10AF07) is known color: Islamic Green. HEX triplet: 10, AF and 07. RGB value is (16,175,7). Sum of RGB (Red+Green+Blue) = 16+175+7=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 175 (68.75% from 255 or 88.38% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AF07 is #EF50F8. Grayscale: #6C6C6C. Windows color (decimal): -15683833 or 503568. OLE color: 503568.

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

Color convert

RGB 16 175 7 -
CMYK 0.91 0 0.96 0.31
HSL 116.79º 0.92% 0.36% -
HSV(B) 116.79º 0.96% 0.69% -
XYZ 15.58 30.79 5.32 -
YUV 108.31 70.82 62.16 -
System Red Green Blue C M Y K H S L
Decimal 16 175 7 0.91 0 0.96 0.31 116.79 0.92 0.36
Hex 10 AF 7 5B 0 60 1F 75 5C 24
Octal 20 257 7 133 0 140 37 165 134 44
Binary 10000 10101111 111 1011011 0 1100000 11111 1110101 1011100 100100

Color Harmonies of #10AF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF07

Black with #10AF07

Text Example


Text Example

White with #10AF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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