Html Css Color HEX #01C610 Islamic Green

📋 copy color: '#01C610'

red 1 ◦ green 198 ◦ blue 16

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

Shades of Islamic Green #01C610

Tints of Islamic Green #01C610

RGB

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

 GREEN value IS 198 (77.73% from 255) = 92.09%

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

R = 0.47%
G = 92.09%
B = 7.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#01C610 (or 0x01C610) is known color: Islamic Green. HEX triplet: 01, C6 and 10. RGB value is (1,198,16). Sum of RGB (Red+Green+Blue) = 1+198+16=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 198 (77.73% from 255 or 92.09% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 198 - color contains mainly: green. Hex color #01C610 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C610 is #FE39EF. Grayscale: #767676. Windows color (decimal): -16660976 or 1099265. OLE color: 1099265.

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

Color convert

RGB 1 198 16 -
CMYK 0.99 0 0.92 0.22
HSL 124.57º 0.99% 0.39% -
HSV(B) 124.57º 0.99% 0.78% -
XYZ 20.3 40.43 7.22 -
YUV 118.35 70.23 44.3 -
System Red Green Blue C M Y K H S L
Decimal 1 198 16 0.99 0 0.92 0.22 124.57 0.99 0.39
Hex 1 C6 10 63 0 5C 16 7D 63 27
Octal 1 306 20 143 0 134 26 175 143 47
Binary 1 11000110 10000 1100011 0 1011100 10110 1111101 1100011 100111

Color Harmonies of #01C610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C610

Black with #01C610

Text Example


Text Example

White with #01C610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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