Html Css Color HEX #01C10F Islamic Green

📋 copy color: '#01C10F'

red 1 ◦ green 193 ◦ blue 15

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

Shades of Islamic Green #01C10F

Tints of Islamic Green #01C10F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 92.34%

 BLUE value IS 15 (6.25% from 255) = 7.18%

R = 0.48%
G = 92.34%
B = 7.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#01C10F (or 0x01C10F) is known color: Islamic Green. HEX triplet: 01, C1 and 0F. RGB value is (1,193,15). Sum of RGB (Red+Green+Blue) = 1+193+15=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 193 (75.78% from 255 or 92.34% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 193 - color contains mainly: green. Hex color #01C10F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C10F is #FE3EF0. Grayscale: #737373. Windows color (decimal): -16662257 or 1032449. OLE color: 1032449.

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

Color convert

RGB 1 193 15 -
CMYK 0.99 0 0.92 0.24
HSL 124.38º 0.99% 0.38% -
HSV(B) 124.38º 0.99% 0.76% -
XYZ 19.17 38.18 6.81 -
YUV 115.3 71.39 46.47 -
System Red Green Blue C M Y K H S L
Decimal 1 193 15 0.99 0 0.92 0.24 124.38 0.99 0.38
Hex 1 C1 F 63 0 5C 18 7C 63 26
Octal 1 301 17 143 0 134 30 174 143 46
Binary 1 11000001 1111 1100011 0 1011100 11000 1111100 1100011 100110

Color Harmonies of #01C10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C10F

Black with #01C10F

Text Example


Text Example

White with #01C10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,193,15); }

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

background-color css

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

 a { background-color: rgb(1,193,15); }

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

border-color css

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

 span { border-color: rgb(1,193,15); }

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