#7CC29A

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

Shades of Padua #7CC29A

Tints of Padua #7CC29A

Color information

#7CC29A (or 0x7CC29A) is unknown color: approx Padua. HEX triplet: 7C, C2 and 9A. RGB value is (124,194,154). Sum of RGB (Red+Green+Blue) = 124+194+154=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC29A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC29A is #833D65. Grayscale: #A8A8A8. Windows color (decimal): -8600934 or 10142332. OLE color: 10142332.

HSL color Cylindrical-coordinate representation of color #7CC29A: hue angle of 145.71º 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 #7CC29A is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB124194154-
CMYK0.3600.210.24
HSL145.71º36.46%62.35%-
HSV(B)145.71º36.08%76.08%-
XYZ33.4445.237.53-
YUV168.51119.8196.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.27%
GREEN value IS 194 (76.17% from 255) = 41.10%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=26.27%
G=41.10%
B=32.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241941540.3600.210.24145.7136.4662.35
Hex7CC29A240151892243e
Octal17430223244025302224476
Binary111110011000010100110101001000101011100010010010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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