Html Css Color HEX #10C200 Islamic Green

📋 copy color: '#10C200'

red 16 ◦ green 194 ◦ blue 0

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

Shades of Islamic Green #10C200

Tints of Islamic Green #10C200

RGB

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

 GREEN value IS 194 (76.17% from 255) = 92.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 7.62%
G = 92.38%
B = 0%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#10C200 (or 0x10C200) is known color: Islamic Green. HEX triplet: 10, C2 and 00. RGB value is (16,194,0). Sum of RGB (Red+Green+Blue) = 16+194+0=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 194 (76.17% from 255 or 92.38% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 194 - color contains mainly: green. Hex color #10C200 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C200 is #EF3DFF. Grayscale: #777777. Windows color (decimal): -15678976 or 49680. OLE color: 49680.

HSL color Cylindrical-coordinate representation of color #10C200: hue angle of 115.05º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10C200 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 194 0 -
CMYK 0.92 0 1 0.24
HSL 115.05º 1% 0.38% -
HSV(B) 115.05º 1% 0.76% -
XYZ 19.51 38.69 6.44 -
YUV 118.66 61.03 54.77 -
System Red Green Blue C M Y K H S L
Decimal 16 194 0 0.92 0 1 0.24 115.05 1 0.38
Hex 10 C2 0 5C 0 64 18 73 64 26
Octal 20 302 0 134 0 144 30 163 144 46
Binary 10000 11000010 0 1011100 0 1100100 11000 1110011 1100100 100110

Color Harmonies of #10C200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C200

Black with #10C200

Text Example


Text Example

White with #10C200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,194,0); }

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

background-color css

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

 a { background-color: rgb(16,194,0); }

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

border-color css

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

 span { border-color: rgb(16,194,0); }

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