Html Css Color HEX #06C501 Islamic Green

📋 copy color: '#06C501'

red 6 ◦ green 197 ◦ blue 1

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

Shades of Islamic Green #06C501

Tints of Islamic Green #06C501

RGB

 RED value IS 6 (2.73% from 255) = 2.94%

 GREEN value IS 197 (77.34% from 255) = 96.57%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 2.94%
G = 96.57%
B = 0.49%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#06C501 (or 0x06C501) is known color: Islamic Green. HEX triplet: 06, C5 and 01. RGB value is (6,197,1). Sum of RGB (Red+Green+Blue) = 6+197+1=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 197 (77.34% from 255 or 96.57% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 197 - color contains mainly: green. Hex color #06C501 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C501 is #F93AFE. Grayscale: #767676. Windows color (decimal): -16333567 or 115974. OLE color: 115974.

HSL color Cylindrical-coordinate representation of color #06C501: hue angle of 118.47º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06C501 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 6 197 1 -
CMYK 0.97 0 0.99 0.23
HSL 118.47º 0.99% 0.39% -
HSV(B) 118.47º 0.99% 0.77% -
XYZ 20.05 39.97 6.69 -
YUV 117.55 62.22 48.44 -
System Red Green Blue C M Y K H S L
Decimal 6 197 1 0.97 0 0.99 0.23 118.47 0.99 0.39
Hex 6 C5 1 61 0 63 17 76 63 27
Octal 6 305 1 141 0 143 27 166 143 47
Binary 110 11000101 1 1100001 0 1100011 10111 1110110 1100011 100111

Color Harmonies of #06C501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C501

Black with #06C501

Text Example


Text Example

White with #06C501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06C501; }

 p { color: rgb(6,197,1); }

 H1.HeaderClassName
 {
   color: #06C501;
 }
 .AnyTagClassName
 {
   color: #06C501;
 }
</style>

background-color css

<style>
 a { background-color: #06C501; }

 a { background-color: rgb(6,197,1); }

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

border-color css

<style>
 span { border-color: #06C501; }

 span { border-color: rgb(6,197,1); }

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