Html Css Color HEX #01C70F Islamic Green

📋 copy color: '#01C70F'

red 1 ◦ green 199 ◦ blue 15

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

Shades of Islamic Green #01C70F

Tints of Islamic Green #01C70F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 92.56%

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

R = 0.47%
G = 92.56%
B = 6.98%

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

#01C70F (or 0x01C70F) is known color: Islamic Green. HEX triplet: 01, C7 and 0F. RGB value is (1,199,15). Sum of RGB (Red+Green+Blue) = 1+199+15=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 199 (78.12% from 255 or 92.56% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 199 - color contains mainly: green. Hex color #01C70F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C70F is #FE38F0. Grayscale: #777777. Windows color (decimal): -16660721 or 1033985. OLE color: 1033985.

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

Color convert

RGB 1 199 15 -
CMYK 0.99 0 0.92 0.22
HSL 124.24º 0.99% 0.39% -
HSV(B) 124.24º 0.99% 0.78% -
XYZ 20.52 40.89 7.26 -
YUV 118.82 69.4 43.96 -
System Red Green Blue C M Y K H S L
Decimal 1 199 15 0.99 0 0.92 0.22 124.24 0.99 0.39
Hex 1 C7 F 63 0 5C 16 7C 63 27
Octal 1 307 17 143 0 134 26 174 143 47
Binary 1 11000111 1111 1100011 0 1011100 10110 1111100 1100011 100111

Color Harmonies of #01C70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C70F

Black with #01C70F

Text Example


Text Example

White with #01C70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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