Html Css Color HEX #10C505 Islamic Green

📋 copy color: '#10C505'

red 16 ◦ green 197 ◦ blue 5

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

Shades of Islamic Green #10C505

Tints of Islamic Green #10C505

RGB

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

 GREEN value IS 197 (77.34% from 255) = 90.37%

 BLUE value IS 5 (2.34% from 255) = 2.29%

R = 7.34%
G = 90.37%
B = 2.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#10C505 (or 0x10C505) is known color: Islamic Green. HEX triplet: 10, C5 and 05. RGB value is (16,197,5). Sum of RGB (Red+Green+Blue) = 16+197+5=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 197 (77.34% from 255 or 90.37% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 197 - color contains mainly: green. Hex color #10C505 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C505 is #EF3AFA. Grayscale: #797979. Windows color (decimal): -15678203 or 378128. OLE color: 378128.

HSL color Cylindrical-coordinate representation of color #10C505: hue angle of 116.56º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10C505 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 16 197 5 -
CMYK 0.92 0 0.97 0.23
HSL 116.56º 0.95% 0.4% -
HSV(B) 116.56º 0.97% 0.77% -
XYZ 20.21 40.05 6.81 -
YUV 120.99 62.53 53.11 -
System Red Green Blue C M Y K H S L
Decimal 16 197 5 0.92 0 0.97 0.23 116.56 0.95 0.4
Hex 10 C5 5 5C 0 61 17 75 5F 28
Octal 20 305 5 134 0 141 27 165 137 50
Binary 10000 11000101 101 1011100 0 1100001 10111 1110101 1011111 101000

Color Harmonies of #10C505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C505

Black with #10C505

Text Example


Text Example

White with #10C505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,197,5); }

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

background-color css

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

 a { background-color: rgb(16,197,5); }

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

border-color css

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

 span { border-color: rgb(16,197,5); }

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