Html Css Color HEX #01C010 Islamic Green

📋 copy color: '#01C010'

red 1 ◦ green 192 ◦ blue 16

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

Shades of Islamic Green #01C010

Tints of Islamic Green #01C010

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

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

 BLUE value IS 16 (6.64% from 255) = 7.66%

R = 0.48%
G = 91.87%
B = 7.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#01C010 (or 0x01C010) is known color: Islamic Green. HEX triplet: 01, C0 and 10. RGB value is (1,192,16). Sum of RGB (Red+Green+Blue) = 1+192+16=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 192 (75.39% from 255 or 91.87% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 192 - color contains mainly: green. Hex color #01C010 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C010 is #FE3FEF. Grayscale: #737373. Windows color (decimal): -16662512 or 1097729. OLE color: 1097729.

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

Color convert

RGB 1 192 16 -
CMYK 0.99 0 0.92 0.25
HSL 124.71º 0.99% 0.38% -
HSV(B) 124.71º 0.99% 0.75% -
XYZ 18.96 37.74 6.78 -
YUV 114.83 72.22 46.81 -
System Red Green Blue C M Y K H S L
Decimal 1 192 16 0.99 0 0.92 0.25 124.71 0.99 0.38
Hex 1 C0 10 63 0 5C 19 7D 63 26
Octal 1 300 20 143 0 134 31 175 143 46
Binary 1 11000000 10000 1100011 0 1011100 11001 1111101 1100011 100110

Color Harmonies of #01C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C010

Black with #01C010

Text Example


Text Example

White with #01C010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01C010; }

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

 H1.HeaderClassName
 {
   color: #01C010;
 }
 .AnyTagClassName
 {
   color: #01C010;
 }
</style>

background-color css

<style>
 a { background-color: #01C010; }

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

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

border-color css

<style>
 span { border-color: #01C010; }

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

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