Html Css Color HEX #10C008 Islamic Green

📋 copy color: '#10C008'

red 16 ◦ green 192 ◦ blue 8

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

Shades of Islamic Green #10C008

Tints of Islamic Green #10C008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 88.89%

 BLUE value IS 8 (3.52% from 255) = 3.7%

R = 7.41%
G = 88.89%
B = 3.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#10C008 (or 0x10C008) is known color: Islamic Green. HEX triplet: 10, C0 and 08. RGB value is (16,192,8). Sum of RGB (Red+Green+Blue) = 16+192+8=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 192 (75.39% from 255 or 88.89% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 192 - color contains mainly: green. Hex color #10C008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C008 is #EF3FF7. Grayscale: #767676. Windows color (decimal): -15679480 or 573456. OLE color: 573456.

HSL color Cylindrical-coordinate representation of color #10C008: hue angle of 117.39º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10C008 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 192 8 -
CMYK 0.92 0 0.96 0.25
HSL 117.39º 0.92% 0.39% -
HSV(B) 117.39º 0.96% 0.75% -
XYZ 19.11 37.83 6.52 -
YUV 118.4 65.69 54.96 -
System Red Green Blue C M Y K H S L
Decimal 16 192 8 0.92 0 0.96 0.25 117.39 0.92 0.39
Hex 10 C0 8 5C 0 60 19 75 5C 27
Octal 20 300 10 134 0 140 31 165 134 47
Binary 10000 11000000 1000 1011100 0 1100000 11001 1110101 1011100 100111

Color Harmonies of #10C008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C008

Black with #10C008

Text Example


Text Example

White with #10C008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,192,8); }

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

background-color css

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

 a { background-color: rgb(16,192,8); }

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

border-color css

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

 span { border-color: rgb(16,192,8); }

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