Html Css Color HEX #10AD1B Islamic Green

📋 copy color: '#10AD1B'

red 16 ◦ green 173 ◦ blue 27

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

Shades of Islamic Green #10AD1B

Tints of Islamic Green #10AD1B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 80.09%

 BLUE value IS 27 (10.94% from 255) = 12.5%

R = 7.41%
G = 80.09%
B = 12.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#10AD1B (or 0x10AD1B) is known color: Islamic Green. HEX triplet: 10, AD and 1B. RGB value is (16,173,27). Sum of RGB (Red+Green+Blue) = 16+173+27=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 173 (67.97% from 255 or 80.09% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD1B is #EF52E4. Grayscale: #6D6D6D. Windows color (decimal): -15684325 or 1813776. OLE color: 1813776.

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

Color convert

RGB 16 173 27 -
CMYK 0.91 0 0.84 0.32
HSL 124.2º 0.83% 0.37% -
HSV(B) 124.2º 0.91% 0.68% -
XYZ 15.36 30.08 6.03 -
YUV 109.41 81.49 61.37 -
System Red Green Blue C M Y K H S L
Decimal 16 173 27 0.91 0 0.84 0.32 124.2 0.83 0.37
Hex 10 AD 1B 5B 0 54 20 7C 53 25
Octal 20 255 33 133 0 124 40 174 123 45
Binary 10000 10101101 11011 1011011 0 1010100 100000 1111100 1010011 100101

Color Harmonies of #10AD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD1B

Black with #10AD1B

Text Example


Text Example

White with #10AD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,173,27); }

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

background-color css

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

 a { background-color: rgb(16,173,27); }

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

border-color css

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

 span { border-color: rgb(16,173,27); }

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