Html Css Color HEX #10AF1D Islamic Green

📋 copy color: '#10AF1D'

red 16 ◦ green 175 ◦ blue 29

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

Shades of Islamic Green #10AF1D

Tints of Islamic Green #10AF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.18%

R = 7.27%
G = 79.55%
B = 13.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#10AF1D (or 0x10AF1D) is known color: Islamic Green. HEX triplet: 10, AF and 1D. RGB value is (16,175,29). Sum of RGB (Red+Green+Blue) = 16+175+29=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 175 (68.75% from 255 or 79.55% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AF1D is #EF50E2. Grayscale: #6F6F6F. Windows color (decimal): -15683811 or 1945360. OLE color: 1945360.

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

Color convert

RGB 16 175 29 -
CMYK 0.91 0 0.83 0.31
HSL 124.91º 0.83% 0.37% -
HSV(B) 124.91º 0.91% 0.69% -
XYZ 15.77 30.86 6.29 -
YUV 110.82 81.82 60.37 -
System Red Green Blue C M Y K H S L
Decimal 16 175 29 0.91 0 0.83 0.31 124.91 0.83 0.37
Hex 10 AF 1D 5B 0 53 1F 7D 53 25
Octal 20 257 35 133 0 123 37 175 123 45
Binary 10000 10101111 11101 1011011 0 1010011 11111 1111101 1010011 100101

Color Harmonies of #10AF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF1D

Black with #10AF1D

Text Example


Text Example

White with #10AF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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