#7CC29E

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

Shades of Padua #7CC29E

Tints of Padua #7CC29E

Color information

#7CC29E (or 0x7CC29E) is unknown color: approx Padua. HEX triplet: 7C, C2 and 9E. RGB value is (124,194,158). Sum of RGB (Red+Green+Blue) = 124+194+158=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC29E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC29E is #833D61. Grayscale: #A9A9A9. Windows color (decimal): -8600930 or 10404476. OLE color: 10404476.

HSL color Cylindrical-coordinate representation of color #7CC29E: hue angle of 149.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC29E is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB124194158-
CMYK0.3600.190.24
HSL149.14º36.46%62.35%-
HSV(B)149.14º36.08%76.08%-
XYZ33.7845.3439.32-
YUV168.97121.8195.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.05%
GREEN value IS 194 (76.17% from 255) = 40.76%
BLUE value IS 158 (62.11% from 255) = 33.19%
R=26.05%
G=40.76%
B=33.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241941580.3600.190.24149.1436.4662.35
Hex7CC29E240131895243e
Octal17430223644023302254476
Binary111110011000010100111101001000100111100010010101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,194,158); }

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

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

 a { background-color: rgb(124,194,158); }

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

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

 span { border-color: rgb(124,194,158); }

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