Html Css Color HEX #01C60F Islamic Green

📋 copy color: '#01C60F'

red 1 ◦ green 198 ◦ blue 15

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

Shades of Islamic Green #01C60F

Tints of Islamic Green #01C60F

RGB

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

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

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

R = 0.47%
G = 92.52%
B = 7.01%

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

#01C60F (or 0x01C60F) is known color: Islamic Green. HEX triplet: 01, C6 and 0F. RGB value is (1,198,15). Sum of RGB (Red+Green+Blue) = 1+198+15=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 198 (77.73% from 255 or 92.52% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 198 - color contains mainly: green. Hex color #01C60F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C60F is #FE39F0. Grayscale: #767676. Windows color (decimal): -16660977 or 1033729. OLE color: 1033729.

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

Color convert

RGB 1 198 15 -
CMYK 0.99 0 0.92 0.22
HSL 124.26º 0.99% 0.39% -
HSV(B) 124.26º 0.99% 0.78% -
XYZ 20.29 40.43 7.19 -
YUV 118.24 69.73 44.38 -
System Red Green Blue C M Y K H S L
Decimal 1 198 15 0.99 0 0.92 0.22 124.26 0.99 0.39
Hex 1 C6 F 63 0 5C 16 7C 63 27
Octal 1 306 17 143 0 134 26 174 143 47
Binary 1 11000110 1111 1100011 0 1011100 10110 1111100 1100011 100111

Color Harmonies of #01C60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C60F

Black with #01C60F

Text Example


Text Example

White with #01C60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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