#7fcc9f

Color #7FCC9F Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7FCC9F

Tints of Padua #7FCC9F

Color information

#7FCC9F (or 0x7FCC9F) is unknown color: approx Padua. HEX triplet: 7F, CC and 9F. RGB value is (127,204,159). Sum of RGB (Red+Green+Blue) = 127+204+159=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCC9F is #803360. Grayscale: #AFAFAF. Windows color (decimal): -8401761 or 10472575. OLE color: 10472575.

HSL color Cylindrical-coordinate representation of color #7FCC9F: hue angle of 144.94º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCC9F is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB127204159-
CMYK0.3800.220.2
HSL144.94º43.02%64.9%-
HSV(B)144.94º37.75%80%-
XYZ36.650.240.56-
YUV175.85118.4993.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.92%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 159 (62.5% from 255) = 32.45%
R=25.92%
G=41.63%
B=32.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1272041590.3800.220.2144.9443.0264.9
Hex7FCC9F2601614912b41
Octal177314237460262422153101
Binary1111111110011001001111110011001011010100100100011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fcc9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7fcc9f; }

 p { color: rgb(127,204,159); }

 H1.HeaderClassName
 {
   color: #7fcc9f;
 }
 .AnyTagClassName
 {
   color: #7fcc9f;
 }
</style>
background-color css

<style>
 a { background-color: #7fcc9f; }

 a { background-color: rgb(127,204,159); }

 div.DivClassName
 {
   background-color: #7fcc9f;
 }
 .BgClassName
 {
   background-color: #7fcc9f;
 }
</style>
border-color css

<style>
 span { border-color: #7fcc9f; }

 span { border-color: rgb(127,204,159); }

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