Html Css Color HEX #10B018 Islamic Green

📋 copy color: '#10B018'

red 16 ◦ green 176 ◦ blue 24

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

Shades of Islamic Green #10B018

Tints of Islamic Green #10B018

RGB

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

 GREEN value IS 176 (69.14% from 255) = 81.48%

 BLUE value IS 24 (9.77% from 255) = 11.11%

R = 7.41%
G = 81.48%
B = 11.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#10B018 (or 0x10B018) is known color: Islamic Green. HEX triplet: 10, B0 and 18. RGB value is (16,176,24). Sum of RGB (Red+Green+Blue) = 16+176+24=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 176 (69.14% from 255 or 81.48% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 176 - color contains mainly: green. Hex color #10B018 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10B018 is #EF4FE7. Grayscale: #6F6F6F. Windows color (decimal): -15683560 or 1617936. OLE color: 1617936.

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

Color convert

RGB 16 176 24 -
CMYK 0.91 0 0.86 0.31
HSL 123º 0.83% 0.38% -
HSV(B) 123º 0.91% 0.69% -
XYZ 15.9 31.23 6.05 -
YUV 110.83 78.99 60.36 -
System Red Green Blue C M Y K H S L
Decimal 16 176 24 0.91 0 0.86 0.31 123 0.83 0.38
Hex 10 B0 18 5B 0 56 1F 7B 53 26
Octal 20 260 30 133 0 126 37 173 123 46
Binary 10000 10110000 11000 1011011 0 1010110 11111 1111011 1010011 100110

Color Harmonies of #10B018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B018

Black with #10B018

Text Example


Text Example

White with #10B018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,176,24); }

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

background-color css

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

 a { background-color: rgb(16,176,24); }

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

border-color css

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

 span { border-color: rgb(16,176,24); }

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