#7AC86E

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

Shades of Pastel Green #7AC86E

Tints of Pastel Green #7AC86E

Color information

#7AC86E (or 0x7AC86E) is unknown color: approx Pastel Green. HEX triplet: 7A, C8 and 6E. RGB value is (122,200,110). Sum of RGB (Red+Green+Blue) = 122+200+110=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC86E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC86E is #853791. Grayscale: #A6A6A6. Windows color (decimal): -8730514 or 7260282. OLE color: 7260282.

HSL color Cylindrical-coordinate representation of color #7AC86E: hue angle of 112º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AC86E is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB122200110-
CMYK0.3900.450.22
HSL112º45%60.78%-
HSV(B)112º45%78.43%-
XYZ31.4946.5722.08-
YUV166.4296.1696.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.24%
GREEN value IS 200 (78.52% from 255) = 46.30%
BLUE value IS 110 (43.36% from 255) = 25.46%
R=28.24%
G=46.30%
B=25.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1222001100.3900.450.221124560.78
Hex7AC86E2702D16702d3d
Octal17231015647055261605575
Binary11110101100100011011101001110101101101101110000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,200,110); }

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

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

 a { background-color: rgb(122,200,110); }

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

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

 span { border-color: rgb(122,200,110); }

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