Html Css Color HEX #01C00F Islamic Green

📋 copy color: '#01C00F'

red 1 ◦ green 192 ◦ blue 15

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

Shades of Islamic Green #01C00F

Tints of Islamic Green #01C00F

RGB

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

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

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

R = 0.48%
G = 92.31%
B = 7.21%

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

#01C00F (or 0x01C00F) is known color: Islamic Green. HEX triplet: 01, C0 and 0F. RGB value is (1,192,15). Sum of RGB (Red+Green+Blue) = 1+192+15=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 192 (75.39% from 255 or 92.31% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 192 - color contains mainly: green. Hex color #01C00F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C00F is #FE3FF0. Grayscale: #737373. Windows color (decimal): -16662513 or 1032193. OLE color: 1032193.

HSL color Cylindrical-coordinate representation of color #01C00F: hue angle of 124.4º 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 #01C00F is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 192 15 -
CMYK 0.99 0 0.92 0.25
HSL 124.4º 0.99% 0.38% -
HSV(B) 124.4º 0.99% 0.75% -
XYZ 18.95 37.74 6.74 -
YUV 114.71 71.72 46.89 -
System Red Green Blue C M Y K H S L
Decimal 1 192 15 0.99 0 0.92 0.25 124.4 0.99 0.38
Hex 1 C0 F 63 0 5C 19 7C 63 26
Octal 1 300 17 143 0 134 31 174 143 46
Binary 1 11000000 1111 1100011 0 1011100 11001 1111100 1100011 100110

Color Harmonies of #01C00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C00F

Black with #01C00F

Text Example


Text Example

White with #01C00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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