Html Css Color HEX #10AB0D Islamic Green

📋 copy color: '#10AB0D'

red 16 ◦ green 171 ◦ blue 13

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

Shades of Islamic Green #10AB0D

Tints of Islamic Green #10AB0D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 85.5%

 BLUE value IS 13 (5.47% from 255) = 6.5%

R = 8%
G = 85.5%
B = 6.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#10AB0D (or 0x10AB0D) is known color: Islamic Green. HEX triplet: 10, AB and 0D. RGB value is (16,171,13). Sum of RGB (Red+Green+Blue) = 16+171+13=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 171 (67.19% from 255 or 85.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AB0D is #EF54F2. Grayscale: #6B6B6B. Windows color (decimal): -15684851 or 895760. OLE color: 895760.

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

Color convert

RGB 16 171 13 -
CMYK 0.91 0 0.92 0.33
HSL 118.86º 0.86% 0.36% -
HSV(B) 118.86º 0.92% 0.67% -
XYZ 14.85 29.27 5.25 -
YUV 106.64 75.15 63.35 -
System Red Green Blue C M Y K H S L
Decimal 16 171 13 0.91 0 0.92 0.33 118.86 0.86 0.36
Hex 10 AB D 5B 0 5C 21 77 56 24
Octal 20 253 15 133 0 134 41 167 126 44
Binary 10000 10101011 1101 1011011 0 1011100 100001 1110111 1010110 100100

Color Harmonies of #10AB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB0D

Black with #10AB0D

Text Example


Text Example

White with #10AB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,171,13); }

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

background-color css

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

 a { background-color: rgb(16,171,13); }

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

border-color css

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

 span { border-color: rgb(16,171,13); }

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